1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 09d31f523539a770e4bb5b1431530bccb10176de..ec3e4245c9bd41a56203c47144ddac7e0b348c4e 100644 (file)
@@ -1,5 +1,5 @@
 /* Annotation routines for GDB.
-   Copyright 1986, 1989, 1990, 1991, 1992, 1995 Free Software Foundation, Inc.
+   Copyright 1986, 89, 90, 91, 92, 95, 1998 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -24,7 +24,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "gdbtypes.h"
 #include "breakpoint.h"
 \f
+
+/* Prototypes for local functions. */
+
 static void print_value_flags PARAMS ((struct type *));
+
 static void breakpoint_changed PARAMS ((struct breakpoint *));
 
 void (*annotate_starting_hook) PARAMS ((void));
@@ -60,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.027372 seconds and 4 git commands to generate.