aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-02-02 02:49:07 +0000
committerMichael Snyder <msnyder@vmware.com>2002-02-02 02:49:07 +0000
commit261c4ca20698ffa0b5efa6a0908c55aae31711e8 (patch)
treec8ccc5ce9ba5af9c21aaec5aeb64153ab1c818a6 /gdb/breakpoint.c
parentddfe3c15876eb717dbdc16cb79c4c20340d7443e (diff)
downloadgdb-261c4ca20698ffa0b5efa6a0908c55aae31711e8.zip
gdb-261c4ca20698ffa0b5efa6a0908c55aae31711e8.tar.gz
gdb-261c4ca20698ffa0b5efa6a0908c55aae31711e8.tar.bz2
2002-02-01 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index e6fec04..bf53be8 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -6789,7 +6789,7 @@ breakpoint_re_set_one (PTR bint)
b->address = sals.sals[i].pc;
/* Used to check for duplicates here, but that can
- cause trouble, as it doesn't check for disable
+ cause trouble, as it doesn't check for disabled
breakpoints. */
mention (b);
@@ -6919,13 +6919,6 @@ breakpoint_re_set (void)
create_longjmp_breakpoint ("_siglongjmp");
create_longjmp_breakpoint (NULL);
#endif
-
-#if 0
- /* Took this out (temporarily at least), since it produces an extra
- blank line at startup. This messes up the gdbtests. -PB */
- /* Blank line to finish off all those mention() messages we just printed. */
- printf_filtered ("\n");
-#endif
}
/* Reset the thread number of this breakpoint: