1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / annotate.c
index ccb35e202b25792cb74e7ba03758618a0bdccbac..ec3e4245c9bd41a56203c47144ddac7e0b348c4e 100644 (file)
@@ -64,6 +64,14 @@ annotate_breakpoint (num)
     printf_filtered ("\n\032\032breakpoint %d\n", num);
 }
 
+void
+annotate_catchpoint (num)
+     int num;
+{
+  if (annotation_level > 1)
+    printf_filtered ("\n\032\032catchpoint %d\n", num);
+}
+
 void
 annotate_watchpoint (num)
      int num;
This page took 0.023039 seconds and 4 git commands to generate.