2002-02-01 Michael Snyder <msnyder@redhat.com>
- * breakpoint.c (set_ignore_count): Move misplaced comment
- back where it belongs.
+ * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
+ (set_ignore_count): Move misplaced comment back where it belongs.
2002-02-01 Andrew Cagney <ac131313@redhat.com>
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);
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
}
\f
/* Reset the thread number of this breakpoint: