diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 9 |
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: |