Home
last modified time | relevance | path

Searched refs:CATCH_TEMPORARY (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-throw.c445 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_catch_command()
456 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_throw_command()
467 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_rethrow_command()
512 CATCH_TEMPORARY); in _initialize_break_catch_throw()
518 CATCH_TEMPORARY); in _initialize_break_catch_throw()
524 CATCH_TEMPORARY); in _initialize_break_catch_throw()
Dbreak-catch-load.c248 bool temp = command->context () == CATCH_TEMPORARY; in catch_load_or_unload()
277 CATCH_TEMPORARY); in _initialize_break_catch_load()
284 CATCH_TEMPORARY); in _initialize_break_catch_load()
Dbreak-catch-exec.c194 bool temp = command->context () == CATCH_TEMPORARY; in catch_exec_command_1()
224 CATCH_TEMPORARY); in _initialize_break_catch_exec()
Dbreak-catch-sig.c396 tempflag = command->context () == CATCH_TEMPORARY; in catch_signal_command()
427 CATCH_TEMPORARY); in _initialize_break_catch_sig()
Dbreak-catch-syscall.c431 tempflag = command->context () == CATCH_TEMPORARY; in catch_syscall_command_1()
589 CATCH_TEMPORARY); in _initialize_break_catch_syscall()
Dbreakpoint.h1551 #define CATCH_TEMPORARY ((void *) (uintptr_t) 1) macro
Dada-lang.c12751 tempflag = command->context () == CATCH_TEMPORARY; in catch_ada_exception_command()
12776 tempflag = command->context () == CATCH_TEMPORARY; in catch_ada_handlers_command()
12844 tempflag = command->context () == CATCH_TEMPORARY; in catch_assert_command()
13981 CATCH_TEMPORARY); in _initialize_ada_language()
13993 CATCH_TEMPORARY); in _initialize_ada_language()
14002 CATCH_TEMPORARY); in _initialize_ada_language()
DChangeLog-20115772 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
5780 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
DChangeLog-20084660 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): New macros.