Searched refs:catch_exceptions_with_msg (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | exceptions.c | 478 return catch_exceptions_with_msg (uiout, func, func_args, NULL, mask); in catch_exceptions() 482 catch_exceptions_with_msg (struct ui_out *func_uiout, in catch_exceptions_with_msg() function
|
H A D | exceptions.h | 235 extern int catch_exceptions_with_msg (struct ui_out *uiout,
|
H A D | thread.c | 521 if (catch_exceptions_with_msg (uiout, do_captured_list_thread_ids, NULL, in gdb_list_thread_ids() 1424 if (catch_exceptions_with_msg (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
|
H A D | breakpoint.c | 6320 if (catch_exceptions_with_msg (uiout, do_captured_breakpoint_query, &args, in gdb_breakpoint_query()
|