diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 7b72e19..41730c0 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -710,6 +710,11 @@ extern void awatch_command_wrapper (char *, int); extern void rwatch_command_wrapper (char *, int); extern void tbreak_command (char *, int); +extern void set_breakpoint (char *address, char *condition, + int hardwareflag, int tempflag, + int thread, int ignore_count, + int pending); + extern void insert_breakpoints (void); extern int remove_breakpoints (void); |