summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-02-03 04:14:45 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-02-03 04:14:45 +0000
commit14558c99c9b3adcfd7ab7934392a7b958337a015 (patch)
treeb2e79b25f07d17787cf4551bcf1150420075b5d4 /gdb/breakpoint.h
parent5ae8a6a77da8e5101aca60a1add4853b8225dc91 (diff)
downloadgdb-14558c99c9b3adcfd7ab7934392a7b958337a015.tar.gz
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index d0aa8bd661a..f8358a9fa12 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -551,6 +551,12 @@ extern void breakpoint_clear_ignore_counts PARAMS ((void));
extern void break_command PARAMS ((char *, int));
+extern void hbreak_command_wrapper PARAMS ((char *, int));
+extern void thbreak_command_wrapper PARAMS ((char *, int));
+extern void rbreak_command_wrapper PARAMS ((char *, int));
+extern void watch_command_wrapper PARAMS ((char *, int));
+extern void awatch_command_wrapper PARAMS ((char *, int));
+extern void rwatch_command_wrapper PARAMS ((char *, int));
extern void tbreak_command PARAMS ((char *, int));
extern int insert_breakpoints PARAMS ((void));