public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix breakpoint store in bpwin
@ 2005-09-01  4:07 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2005-09-01  4:07 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Hi,

I've committed the attached patch which fixes insight/267.

Keith

ChangeLog
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.

[-- Attachment #2: save-bps.patch --]
[-- Type: text/x-patch, Size: 678 bytes --]

Index: library/bpwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/bpwin.itb,v
retrieving revision 1.17
diff -u -p -r1.17 bpwin.itb
--- library/bpwin.itb	6 Mar 2003 01:25:50 -0000	1.17
+++ library/bpwin.itb	1 Sep 2005 04:05:23 -0000
@@ -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
       }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-01  4:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-01  4:07 [PATCH] Fix breakpoint store in bpwin Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).