Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c202 enum exception_event_kind ex_event,
205 static void catch_exception_command_1 (enum exception_event_kind ex_event,
6488 enum exception_event_kind ex_event, in create_exception_catchpoint() argument
6498 switch (ex_event) in create_exception_catchpoint()
6571 enum exception_event_kind ex_event, int from_tty) in handle_gnu_v3_exceptions() argument
6577 if (ex_event == EX_EVENT_CATCH) in handle_gnu_v3_exceptions()
6610 catch_exception_command_1 (enum exception_event_kind ex_event, char *arg, in catch_exception_command_1() argument
6623 if ((ex_event != EX_EVENT_THROW) && in catch_exception_command_1()
6624 (ex_event != EX_EVENT_CATCH)) in catch_exception_command_1()
6631 sal = target_enable_exception_callback (ex_event, 1); in catch_exception_command_1()
[all …]