2002-02-01 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Sat, 2 Feb 2002 02:49:07 +0000 (02:49 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sat, 2 Feb 2002 02:49:07 +0000 (02:49 +0000)
* breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.

gdb/ChangeLog
gdb/breakpoint.c

index 7d8f9c6..233e3b0 100644 (file)
@@ -9,8 +9,8 @@
 
 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>
 
index e6fec04..bf53be8 100644 (file)
@@ -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
 }
 \f
 /* Reset the thread number of this breakpoint: