* valprint.c (print_longest): Fix a syntax error in #ifdef
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 5491ddff3cd7a1ab80393076774677284860a65c..470a486d593fb7f65d925479a93fb4601c2d62f4 100644 (file)
@@ -68,9 +68,6 @@ annotate_starting ()
   if (annotation_level > 1)
     {
       printf_filtered ("\n\032\032starting\n");
-      /* The starting annotation needs to appear before any output
-         from the inferior process.  */
-      gdb_flush (gdb_stdout);
     }
 }
 
@@ -538,7 +535,6 @@ _initialize_annotate ()
   if (annotation_level > 1)
     {
       delete_breakpoint_hook = breakpoint_changed;
-      enable_breakpoint_hook = breakpoint_changed;
-      disable_breakpoint_hook = breakpoint_changed;
+      modify_breakpoint_hook = breakpoint_changed;
     }
 }
This page took 0.029728 seconds and 4 git commands to generate.