public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: insight@sources.redhat.com
Subject: [PATCH] Fix breakpoint store in bpwin
Date: Thu, 01 Sep 2005 04:07:00 -0000	[thread overview]
Message-ID: <43167E84.10906@redhat.com> (raw)

[-- 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
       }

                 reply	other threads:[~2005-09-01  4:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43167E84.10906@redhat.com \
    --to=keiths@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).