aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r--gdb/annotate.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c
index ccb35e2..ec3e424 100644
--- a/gdb/annotate.c
+++ b/gdb/annotate.c
@@ -65,6 +65,14 @@ annotate_breakpoint (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;
{