Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dinf-loop.c53 if (!catch_errors (fetch_inferior_event_wrapper, in inferior_event_handler()
H A Dexceptions.h251 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
H A Dmain.c1049 catch_errors (captured_command_loop, 0, "", RETURN_MASK_ALL); in captured_main()
1059 catch_errors (captured_main, args, "", RETURN_MASK_ALL); in gdb_main()
H A Dcorefile.c288 status = catch_errors (do_captured_read_memory_integer, &args, in safe_read_memory_integer()
H A Dexceptions.c534 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() function
H A Dsymmisc.c371 catch_errors (print_symbol, &s, "Error printing symbol:\n", in dump_symtab_1()
H A Dtop.c1333 catch_errors (quit_target, &qt, in quit_force()
H A Dsolib.c685 catch_errors (ops->open_symbol_file_object, &from_tty, in update_solib_list()
H A Dobjc-lang.c1320 if (catch_errors (find_objc_msgcall_submethod_helper, in find_objc_msgcall_submethod()
H A Drecord-full.c694 return catch_errors (record_full_message_wrapper, &args, NULL, in record_full_message_wrapper_safe()
H A Dinfrun.c6021 catch_errors (hook_stop_stub, stop_command, in normal_stop()
6970 if (catch_errors in restore_infcall_control_state()
H A Dbreakpoint.c4909 int e = catch_errors (watchpoint_check, bs, message, in bpstat_check_watchpoint()
5123 = catch_errors (breakpoint_cond_eval, cond, in bpstat_check_breakpoint_conditions()
14469 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL); in breakpoint_re_set()
H A Dremote.c7706 catch_errors (putpkt_for_catch_errors, "k", "", RETURN_MASK_ERROR); in remote_kill()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkld.c497 catch_errors(load_klds_stub, NULL, NULL, RETURN_MASK_ALL); in kld_init()