Searched refs:catch_exceptions (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-interp.c | 132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | thread.c | 286 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 D | wrapper.c | 321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
|
H A D | defs.h | 994 extern int catch_exceptions (struct ui_out *uiout,
|
H A D | top.c | 480 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
|
H A D | remote-fileio.c | 1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
|
H A D | frame.c | 804 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
|
H A D | breakpoint.c | 1090 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 D | remote.c | 2238 ex = catch_exceptions (uiout, in remote_open_1()
|
H A D | ChangeLog-2001 | 2800 catch_exceptions. 2858 (catch_exceptions): Declare. 2866 (catch_exceptions): New function, use catcher.
|
H A D | ChangeLog-2003 | 6834 (insert_breakpoints): Use catch_exceptions to call
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-main.c | 1163 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()
|
H A D | ChangeLog-1999-2003 | 368 Modify function to comply with requirements from catch_exceptions. 370 (mi_execute_command): Use catch_exceptions.
|