| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | solib.c | 423 if (catch_errors (symbol_add_stub, so, in solib_read_symbols() 478 catch_errors (ops->open_symbol_file_object, &from_tty, in update_solib_list() 582 catch_errors (solib_map_sections, i, in update_solib_list()
|
| D | inf-loop.c | 63 if (!catch_errors (fetch_inferior_event_wrapper, in inferior_event_handler()
|
| D | exceptions.h | 229 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
|
| D | main.c | 797 catch_errors (captured_command_loop, 0, "", RETURN_MASK_ALL); in captured_main() 806 catch_errors (captured_main, args, "", RETURN_MASK_ALL); in gdb_main()
|
| D | stack.c | 161 catch_errors (print_stack_frame_stub, (char *) &args, "", RETURN_MASK_ALL); in print_stack_frame() 668 catch_errors (print_args_stub, &args, "", RETURN_MASK_ALL); in print_frame() 1307 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR); in backtrace_command() 1324 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR); in backtrace_full_command()
|
| D | corefile.c | 287 status = catch_errors (do_captured_read_memory_integer, &args, in safe_read_memory_integer()
|
| D | exceptions.c | 511 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() function
|
| D | corelow.c | 402 catch_errors (solib_add_stub, &from_tty, (char *) 0, RETURN_MASK_ALL); in core_open()
|
| D | m32r-rom.c | 160 if (!(catch_errors (m32r_load_1, abfd, "Load aborted!\n", RETURN_MASK_ALL))) in m32r_load()
|
| D | event-top.c | 1008 catch_errors (quit_cover, NULL, in async_disconnect()
|
| D | win32-nat.c | 575 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR); in safe_symbol_file_add() 1341 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event() 1356 catch_errors (handle_unload_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event()
|
| D | remote-sds.c | 231 if (!catch_errors (sds_start_remote, NULL, in sds_open()
|
| D | ocd.c | 302 if (!catch_errors (ocd_start_remote, &target_type, in ocd_open()
|
| D | top.c | 1194 catch_errors (quit_target, &qt, in quit_force()
|
| D | event-loop.c | 404 gdb_result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL); in start_event_loop()
|
| D | breakpoint.c | 1074 val = catch_errors (cover_target_enable_exception_callback, in insert_bp_location() 2711 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status() 2785 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status() 2857 = catch_errors (breakpoint_cond_eval, (b->cond), in bpstat_stop_status() 6792 catch_errors (cover_target_enable_exception_callback, &args, 7239 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL);
|
| D | infrun.c | 3036 catch_errors (hook_stop_stub, stop_command, in normal_stop() 3647 if (catch_errors in restore_inferior_status()
|
| D | ada-valprint.c | 566 return catch_errors (ada_val_print_stub, &args, NULL, RETURN_MASK_ALL); in ada_val_print()
|
| D | rs6000-nat.c | 731 if (catch_errors (objfile_symbol_add, vp->objfile, in vmap_add_symbols()
|
| D | symmisc.c | 524 catch_errors (print_symbol, &s, "Error printing symbol:\n", in dump_symtab_1()
|
| D | remote-e7000.c | 665 if (!catch_errors (e7000_start_remote, (char *) 0, in e7000_open()
|
| D | hppa-hpux-tdep.c | 853 catch_errors (cover_find_stub_with_shl_get, &args, message, in initialize_hp_cxx_exception_support()
|
| D | objc-lang.c | 1683 if (catch_errors (find_objc_msgcall_submethod_helper, in find_objc_msgcall_submethod()
|
| D | wince.c | 1477 catch_errors (handle_load_dll, NULL, in get_child_debug_event()
|
| D | remote.c | 4337 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_kill() 4363 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_async_kill()
|