Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/cli/
HDcli-interp.c132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
/trueos/contrib/gdb/gdb/
HDthread.c286 return catch_exceptions (uiout, do_captured_list_thread_ids, NULL, in gdb_list_thread_ids()
715 return catch_exceptions (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
HDwrapper.c321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
HDdefs.h998 extern int catch_exceptions (struct ui_out *uiout,
HDtop.c479 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
HDremote-fileio.c1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
HDframe.c848 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
HDbreakpoint.c1071 val = catch_exceptions (uiout, insert_catchpoint, bpt->owner, prefix, in insert_bp_location()
3629 return catch_exceptions (uiout, do_captured_breakpoint_query, &args, in gdb_breakpoint_query()
HDremote.c2274 ex = catch_exceptions (uiout, in remote_open_1()
/trueos/contrib/gdb/gdb/mi/
HDmi-main.c1210 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()