OSDN Git Service

* library/bpwin.itb (bp_store): gdb_get_breakpoint_info outputs
authorkseitz <kseitz>
Thu, 1 Sep 2005 04:05:46 +0000 (04:05 +0000)
committerkseitz <kseitz>
Thu, 1 Sep 2005 04:05:46 +0000 (04:05 +0000)
        the breakpoint condition, too -- include it in the lassign.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/bpwin.itb

index f87dade..c87ed55 100644 (file)
@@ -1,5 +1,10 @@
 2005-08-31  Keith Seitz  <keiths@redhat.com>
 
+       * library/bpwin.itb (bp_store): gdb_get_breakpoint_info outputs
+       the breakpoint condition, too -- include it in the lassign.
+
+2005-08-31  Keith Seitz  <keiths@redhat.com>
+
        From Dieter Ruppert <dieter_ruppert@siemens.com>:
        * library/memwin.itb (update_address): Change parameter name
        so that it does not shadow a member variable.
index 6ab96c7..9b1415c 100644 (file)
@@ -307,7 +307,7 @@ itcl::body BpWin::bp_store {} {
   foreach breakpoint [gdb_get_breakpoint_list] {
     # This is an lassign
     foreach {file function line_no address type \
-              enable_p disp ignore cmds thread hit_count user_spec} \
+              enable_p disp ignore cmds cond thread hit_count user_spec} \
       [gdb_get_breakpoint_info $breakpoint] {
        break
       }