* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 45009238edd9156471b2e2fbca531cc720b283ba..470a486d593fb7f65d925479a93fb4601c2d62f4 100644 (file)
@@ -66,7 +66,9 @@ void
 annotate_starting ()
 {
   if (annotation_level > 1)
-    printf_filtered ("\n\032\032starting\n");
+    {
+      printf_filtered ("\n\032\032starting\n");
+    }
 }
 
 void
@@ -533,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.023751 seconds and 4 git commands to generate.