| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wrapper.c | 81 if (!catch_errors ((catch_errors_ftype *) wrap_parse_exp_1, &args, in gdb_parse_exp_1() 110 if (!catch_errors ((catch_errors_ftype *) wrap_evaluate_expression, &args, in gdb_evaluate_expression() 137 return catch_errors ((catch_errors_ftype *) wrap_value_fetch_lazy, &args, in gdb_value_fetch_lazy() 158 if (!catch_errors ((catch_errors_ftype *) wrap_value_equal, &args, in gdb_value_equal() 191 if (!catch_errors ((catch_errors_ftype *) wrap_value_assign, &args, in gdb_value_assign() 224 if (!catch_errors ((catch_errors_ftype *) wrap_value_subscript, &args, in gdb_value_subscript() 256 if (!catch_errors ((catch_errors_ftype *) wrap_value_ind, &args, in gdb_value_ind() 285 if (!catch_errors ((catch_errors_ftype *) wrap_parse_and_eval_type, &args, in gdb_parse_and_eval_type()
|
| H A D | v850ice.c | 269 if (!catch_errors ((catch_errors_ftype *) ice_file, iob.buf, "", RETURN_MASK_ALL)) in v850ice_wndproc() 285 if (!catch_errors ((catch_errors_ftype *) ice_cont, NULL, "", RETURN_MASK_ALL)) in v850ice_wndproc() 290 if (!catch_errors ((catch_errors_ftype *) ice_stepi, (int) lParam, "", in v850ice_wndproc() 296 if (!catch_errors ((catch_errors_ftype *) ice_nexti, (int) lParam, "", in v850ice_wndproc()
|
| H A D | inf-loop.c | 62 if (!catch_errors (fetch_inferior_event_wrapper, in inferior_event_handler()
|
| H A D | solib.c | 410 if (catch_errors (symbol_add_stub, so, in solib_read_symbols() 464 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty, in update_solib_list() 581 catch_errors (solib_map_sections, solib, in add_to_target_sections()
|
| H A D | main.c | 801 catch_errors (captured_command_loop, 0, "", RETURN_MASK_ALL); in captured_main() 810 catch_errors (captured_main, args, "", RETURN_MASK_ALL); in gdb_main()
|
| H A D | top.c | 528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() function 574 return catch_errors (do_captured_command, &args, "", mask); in catch_command_errors() 1458 catch_errors (quit_target, &qt, in quit_force()
|
| H A D | corefile.c | 285 status = catch_errors (do_captured_read_memory_integer, &args, in safe_read_memory_integer()
|
| H A D | remote-vx.c | 1108 if (catch_errors in vx_open() 1150 if (catch_errors (add_symbol_stub, (char *) pLoadFile, (char *) 0, in vx_open()
|
| H A D | corelow.c | 398 catch_errors (solib_add_stub, &from_tty, (char *) 0, in core_open()
|
| H A D | stack.c | 156 catch_errors (print_stack_frame_stub, (char *) &args, "", RETURN_MASK_ALL); in print_stack_frame() 654 catch_errors (print_args_stub, &args, "", RETURN_MASK_ALL); in print_frame()
|
| H A D | event-top.c | 1003 catch_errors (quit_cover, NULL, in async_disconnect()
|
| H A D | m32r-rom.c | 159 if (!(catch_errors (m32r_load_1, abfd, "Load aborted!\n", RETURN_MASK_ALL))) in m32r_load()
|
| H A D | defs.h | 1013 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
|
| H A D | win32-nat.c | 573 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR); in safe_symbol_file_add() 1331 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event() 1346 catch_errors (handle_unload_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event()
|
| H A D | ocd.c | 301 if (!catch_errors (ocd_start_remote, &target_type, in ocd_open()
|
| H A D | remote-sds.c | 230 if (!catch_errors (sds_start_remote, NULL, in sds_open()
|
| H A D | breakpoint.c | 1063 val = catch_errors (cover_target_enable_exception_callback, in insert_bp_location() 2699 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status() 2773 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status() 2845 = catch_errors (breakpoint_cond_eval, (b->cond), in bpstat_stop_status() 5502 return catch_errors (do_captured_breakpoint, &args, in gdb_breakpoint() 6999 catch_errors (cover_target_enable_exception_callback, &args, in delete_breakpoint() 7448 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL); in breakpoint_re_set()
|
| H A D | event-loop.c | 397 gdb_result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL); in start_event_loop()
|
| H A D | hppa-hpux-tdep.c | 802 catch_errors (cover_find_stub_with_shl_get, &args, message, in initialize_hp_cxx_exception_support()
|
| H A D | infrun.c | 2950 catch_errors (hook_stop_stub, stop_command, in normal_stop() 3561 if (catch_errors in restore_inferior_status()
|
| H A D | rs6000-nat.c | 730 if (catch_errors (objfile_symbol_add, vp->objfile, in vmap_add_symbols()
|
| H A D | ada-valprint.c | 572 return catch_errors (ada_val_print_stub, &args, NULL, RETURN_MASK_ALL); in ada_val_print()
|
| H A D | symmisc.c | 522 catch_errors (print_symbol, &s, "Error printing symbol:\n", in dump_symtab()
|
| H A D | remote-e7000.c | 664 if (!catch_errors (e7000_start_remote, (char *) 0, in e7000_open()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-interp.c | 150 int result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL); in tui_command_loop()
|