diff options
author | David Taylor <taylor@redhat.com> | 1998-12-10 21:25:43 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1998-12-10 21:25:43 +0000 |
commit | 4770ff087a88ed81794edb49d9558acbdd0a22a5 (patch) | |
tree | 3474d41502fb5afd58f43f6146b371f691ca1de3 /gdb/annotate.c | |
parent | 51d57b0aa645837382c51d0053b0c75ef30c63a2 (diff) | |
download | gdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.zip gdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.tar.gz gdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.tar.bz2 |
Start of HP merge changes to GDB.
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r-- | gdb/annotate.c | 8 |
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; { |