MI breakpoint notifications.
[deliverable/binutils-gdb.git] / gdb / annotate.c
index d24120cf1271da2b83e271fb76d921f35df19545..2f0769aeaf235e3f9b53af00fbcafeb8a6109093 100644 (file)
@@ -32,7 +32,7 @@ extern void _initialize_annotate (void);
 
 static void print_value_flags (struct type *);
 
-static void breakpoint_changed (int);
+static void breakpoint_changed (struct breakpoint *b);
 
 
 void (*deprecated_annotate_signalled_hook) (void);
@@ -561,7 +561,7 @@ annotate_array_section_end (void)
 }
 
 static void
-breakpoint_changed (int bpno)
+breakpoint_changed (struct breakpoint *b)
 {
   breakpoints_changed ();
 }
This page took 0.031818 seconds and 4 git commands to generate.