Searched refs:catch_exceptions (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/gdb/gdb/cli/ |
| HD | cli-interp.c | 132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
|
| /trueos/contrib/gdb/gdb/ |
| HD | thread.c | 286 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()
|
| HD | wrapper.c | 321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
|
| HD | defs.h | 998 extern int catch_exceptions (struct ui_out *uiout,
|
| HD | top.c | 479 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
|
| HD | remote-fileio.c | 1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
|
| HD | frame.c | 848 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
|
| HD | breakpoint.c | 1071 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()
|
| HD | remote.c | 2274 ex = catch_exceptions (uiout, in remote_open_1()
|
| /trueos/contrib/gdb/gdb/mi/ |
| HD | mi-main.c | 1210 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()
|