Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-interp.c132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread.c286 return catch_exceptions (uiout, do_captured_list_thread_ids, NULL, in gdb_list_thread_ids()
671 return catch_exceptions (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dwrapper.c321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
H A Ddefs.h994 extern int catch_exceptions (struct ui_out *uiout,
H A Dtop.c480 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
H A Dremote-fileio.c1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
H A Dframe.c804 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
H A Dbreakpoint.c1090 val = catch_exceptions (uiout, insert_catchpoint, bpt->owner, prefix, in insert_bp_location()
3621 return catch_exceptions (uiout, do_captured_breakpoint_query, &args, in gdb_breakpoint_query()
H A Dremote.c2238 ex = catch_exceptions (uiout, in remote_open_1()
H A DChangeLog-20012800 catch_exceptions.
2858 (catch_exceptions): Declare.
2866 (catch_exceptions): New function, use catcher.
H A DChangeLog-20036834 (insert_breakpoints): Use catch_exceptions to call
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c1163 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()
H A DChangeLog-1999-2003368 Modify function to comply with requirements from catch_exceptions.
370 (mi_execute_command): Use catch_exceptions.