diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index b2db9eb..94287de 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -705,7 +705,8 @@ 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); + int pending, + int enabled); extern void insert_breakpoints (void); |