diff options
Diffstat (limited to 'gdb/break-catch-load.c')
-rw-r--r-- | gdb/break-catch-load.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/break-catch-load.c b/gdb/break-catch-load.c index 9d25d75..594884e 100644 --- a/gdb/break-catch-load.c +++ b/gdb/break-catch-load.c @@ -264,9 +264,7 @@ catch_unload_command_1 (const char *arg, int from_tty, catch_load_or_unload (arg, from_tty, 0, command); } -void _initialize_break_catch_load (); -void -_initialize_break_catch_load () +INIT_GDB_FILE (break_catch_load) { add_catch_command ("load", _("Catch loads of shared libraries.\n\ Usage: catch load [REGEX]\n\ |