* New R5900 COP2 test case.
[deliverable/binutils-gdb.git] / gdb / annotate.h
index b91d140bf82e8150bf4af1c46c7480f35ba9b337..3aad4d04c180bbf46b7624bc1770fc389592c7b7 100644 (file)
@@ -93,3 +93,8 @@ extern void annotate_elt_rep PARAMS ((unsigned int));
 extern void annotate_elt_rep_end PARAMS ((void));
 extern void annotate_elt PARAMS ((void));
 extern void annotate_array_section_end PARAMS ((void));
+
+extern void (*annotate_starting_hook) PARAMS ((void));
+extern void (*annotate_stopped_hook) PARAMS ((void));
+extern void (*annotate_signalled_hook) PARAMS ((void));
+extern void (*annotate_exited_hook) PARAMS ((void));
This page took 0.024274 seconds and 4 git commands to generate.