From: Markus Deuling <deuling@de.ibm.com>
To: GDB <gdb-patches@sourceware.org>
Subject: Re: Patch: Little improvement to delete breakpoint command
Date: Wed, 29 Nov 2006 13:52:00 -0000 [thread overview]
Message-ID: <456D9076.2000806@de.ibm.com> (raw)
Hi,
I renewed the patch and ran the testsuite with an without it:
without (gdb 6-5 vanilla)
# of expected passes 11033
# of unexpected failures 58
with the patch
# of expected passes 11037
# of unexpected failures 54
===============================================================
diff -urN gdb-6.5/gdb/breakpoint.c gdb-6.5_dev/gdb/breakpoint.c
--- gdb-6.5/gdb/breakpoint.c 2006-05-01 18:38:08.000000000 +0200
+++ gdb-6.5_dev/gdb/breakpoint.c 2006-11-29 13:44:43.000000000 +0100
@@ -6959,7 +6959,10 @@
b->type != bp_thread_event &&
b->type != bp_overlay_event &&
b->number >= 0)
+ {
breaks_to_delete = 1;
+ break;
+ }
}
/* Ask user only if there are some breakpoints to delete. */
Is that ok ?
Regards,
Markus
--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com
next reply other threads:[~2006-11-29 13:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-29 13:52 Markus Deuling [this message]
2007-01-21 17:43 ` Daniel Jacobowitz
-- strict thread matches above, loose matches on Subject: below --
2006-11-28 17:22 Markus Deuling
2006-11-28 17:25 ` Daniel Jacobowitz
2006-11-28 17:35 ` Markus Deuling
2006-11-28 17:42 ` Daniel Jacobowitz
2006-11-28 17:53 ` Markus Deuling
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=456D9076.2000806@de.ibm.com \
--to=deuling@de.ibm.com \
--cc=gdb-patches@sourceware.org \
/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