Home
last modified time | relevance | path

Searched refs:add_catch_command (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-throw.c507 add_catch_command ("catch", _("\ in _initialize_break_catch_throw()
513 add_catch_command ("throw", _("\ in _initialize_break_catch_throw()
519 add_catch_command ("rethrow", _("\ in _initialize_break_catch_throw()
Dbreak-catch-fork.c249 add_catch_command ("fork", _("Catch calls to fork."), in _initialize_break_catch_fork()
254 add_catch_command ("vfork", _("Catch calls to vfork."), in _initialize_break_catch_fork()
Dbreak-catch-load.c271 add_catch_command ("load", _("Catch loads of shared libraries.\n\ in _initialize_break_catch_load()
278 add_catch_command ("unload", _("Catch unloads of shared libraries.\n\ in _initialize_break_catch_load()
Dbreak-catch-exec.c220 add_catch_command ("exec", _("Catch calls to exec."), in _initialize_break_catch_exec()
Dbreak-catch-sig.c416 add_catch_command ("signal", _("\ in _initialize_break_catch_sig()
Dbreak-catch-syscall.c580 add_catch_command ("syscall", _("\ in _initialize_break_catch_syscall()
Dbreakpoint.h1558 add_catch_command (const char *name, const char *docstring,
Dada-lang.c13967 add_catch_command ("exception", _("\ in _initialize_ada_language()
13983 add_catch_command ("handlers", _("\ in _initialize_ada_language()
13994 add_catch_command ("assert", _("\ in _initialize_ada_language()
DChangeLog-20173283 * breakpoint.h (add_catch_command): Constify.
3313 (add_catch_command): Constify.
14800 (add_catch_command): Constify.
14801 * breakpoint.h (add_catch_command, add_solib_catchpoint):
DChangeLog-20126200 * breakpoint.c (add_catch_command): Use completer_ftype.
6202 (add_catch_command): Use completer_ftype.
10276 (add_catch_command): Likewise.
Dbreakpoint.c14627 add_catch_command (const char *name, const char *docstring, in add_catch_command() function
DChangeLog-20115777 (add_catch_command): Make extern.
5782 (add_catch_command, create_ada_exception_breakpoint): Declare.
DChangeLog-20146721 * breakpoint.c (add_catch_command): Use cmd_sfunc_ftype.
6722 * breakpoint.h (add_catch_command): Use cmd_sfunc_ftype.
DChangeLog-20084681 (add_catch_command): New function.
DChangeLog-20092936 (add_catch_command): Add the completer function for catchpoints.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git178514 the cmd_list_element object (see add_catch_command for example).