Home
last modified time | relevance | path

Searched refs:EX_EVENT_CATCH (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dsymtab.h1207 EX_EVENT_CATCH enumerator
H A Dbreakpoint.c1042 EX_EVENT_CATCH : EX_EVENT_THROW; in insert_bp_location()
2202 (CURRENT_EXCEPTION_KIND == EX_EVENT_CATCH)) in print_it_typical()
3167 if (!bs->stop || CURRENT_EXCEPTION_KIND != EX_EVENT_CATCH) in bpstat_what()
6404 case EX_EVENT_CATCH: in create_exception_catchpoint()
6478 if (ex_event == EX_EVENT_CATCH) in handle_gnu_v3_exceptions()
6525 (ex_event != EX_EVENT_CATCH)) in catch_exception_command_1()
6599 catch_exception_command_1 (EX_EVENT_CATCH, arg1_end + 1, in catch_command_1()
6896 EX_EVENT_CATCH : EX_EVENT_THROW; in delete_breakpoint()
H A Dstack.c1525 sal = target_enable_exception_callback (EX_EVENT_CATCH, 1); in catch_info()