Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dbreakpoint.c199 enum exception_event_kind ex_event,
202 static void catch_exception_command_1 (enum exception_event_kind ex_event,
6389 enum exception_event_kind ex_event, in create_exception_catchpoint() argument
6399 switch (ex_event) in create_exception_catchpoint()
6472 enum exception_event_kind ex_event, int from_tty) in handle_gnu_v3_exceptions() argument
6478 if (ex_event == EX_EVENT_CATCH) in handle_gnu_v3_exceptions()
6511 catch_exception_command_1 (enum exception_event_kind ex_event, char *arg, in catch_exception_command_1() argument
6524 if ((ex_event != EX_EVENT_THROW) && in catch_exception_command_1()
6525 (ex_event != EX_EVENT_CATCH)) in catch_exception_command_1()
6528 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty)) in catch_exception_command_1()
[all …]