Home
last modified time | relevance | path

Searched refs:catch_errors (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/
HDwrapper.c81 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()
HDsolib.c402 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty, in update_solib_list()
502 catch_errors (solib_map_sections, i, in update_solib_list()
581 if (catch_errors in solib_add()
HDinf-loop.c62 if (!catch_errors (fetch_inferior_event_wrapper, in inferior_event_handler()
HDtop.c527 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() function
573 return catch_errors (do_captured_command, &args, "", mask); in catch_command_errors()
597 catch_errors (quit_cover, NULL, in disconnect()
1523 catch_errors (quit_target, &qt, in quit_force()
HDmain.c805 catch_errors (captured_command_loop, 0, "", RETURN_MASK_ALL); in captured_main()
814 catch_errors (captured_main, args, "", RETURN_MASK_ALL); in gdb_main()
HDstack.c160 catch_errors (print_stack_frame_stub, (char *) &args, "", RETURN_MASK_ALL); in print_stack_frame()
658 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()
HDcorefile.c284 status = catch_errors (do_captured_read_memory_integer, &args, in safe_read_memory_integer()
HDremote-vx.c1117 if (catch_errors in vx_open()
1159 if (catch_errors (add_symbol_stub, (char *) pLoadFile, (char *) 0, in vx_open()
HDcorelow.c384 catch_errors (solib_add_stub, &from_tty, (char *) 0, in core_open()
HDwin32-nat.c578 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR); in safe_symbol_file_add()
1336 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event()
1351 catch_errors (handle_unload_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event()
HDevent-top.c1007 catch_errors (quit_cover, NULL, in async_disconnect()
HDdefs.h1017 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
HDocd.c301 if (!catch_errors (ocd_start_remote, &target_type, in ocd_open()
HDremote-sds.c236 if (!catch_errors (sds_start_remote, NULL, in sds_open()
HDbreakpoint.c1044 val = catch_errors (cover_target_enable_exception_callback, in insert_bp_location()
2706 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status()
2781 int e = catch_errors (watchpoint_check, bs, message, in bpstat_stop_status()
2853 = catch_errors (breakpoint_cond_eval, (b->cond), in bpstat_stop_status()
5399 return catch_errors (do_captured_breakpoint, &args, in gdb_breakpoint()
6898 catch_errors (cover_target_enable_exception_callback, &args, in delete_breakpoint()
7334 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL); in breakpoint_re_set()
HDevent-loop.c397 gdb_result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL); in start_event_loop()
HDada-valprint.c507 return catch_errors (ada_val_print_stub, &args, NULL, RETURN_MASK_ALL); in ada_val_print()
HDinfrun.c3278 catch_errors (hook_stop_stub, stop_command, in normal_stop()
3889 if (catch_errors in restore_inferior_status()
HDrs6000-nat.c700 if (catch_errors (objfile_symbol_add, vp->objfile, in vmap_add_symbols()
HDsymmisc.c522 catch_errors (print_symbol, &s, "Error printing symbol:\n", in dump_symtab()
HDremote-e7000.c663 if (!catch_errors (e7000_start_remote, (char *) 0, in e7000_open()
HDobjc-lang.c1682 if (catch_errors (find_objc_msgcall_submethod_helper, in find_objc_msgcall_submethod()
HDwince.c1442 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL); in get_child_debug_event()
/NextBSD/contrib/gdb/gdb/tui/
HDtui-interp.c150 int result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL); in tui_command_loop()
/NextBSD/gnu/usr.bin/gdb/kgdb/
HDkld.c491 catch_errors(load_klds_stub, NULL, NULL, RETURN_MASK_ALL); in kld_init()

12