diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 6940270..a7f2128 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1275,7 +1275,7 @@ extern void initialize_breakpoint_ops (void); function. */ extern void - add_catch_command (char *name, char *docstring, + add_catch_command (const char *name, const char *docstring, cmd_sfunc_ftype *sfunc, completer_ftype *completer, void *user_data_catch, @@ -1517,7 +1517,7 @@ extern int is_catchpoint (struct breakpoint *); /* Shared helper function (MI and CLI) for creating and installing a shared object event catchpoint. */ -extern void add_solib_catchpoint (char *arg, int is_load, int is_temp, +extern void add_solib_catchpoint (const char *arg, int is_load, int is_temp, int enabled); /* Enable breakpoints and delete when hit. Called with ARG == NULL |