Searched refs:catch_errors (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dwrapper.c81 if (!catch_errors ((catch_errors_ftype *) wrap_parse_exp_1, &args,
110 if (!catch_errors ((catch_errors_ftype *) wrap_evaluate_expression, &args,
137 return catch_errors ((catch_errors_ftype *) wrap_value_fetch_lazy, &args,
158 if (!catch_errors ((catch_errors_ftype *) wrap_value_equal, &args,
191 if (!catch_errors ((catch_errors_ftype *) wrap_value_assign, &args,
224 if (!catch_errors ((catch_errors_ftype *) wrap_value_subscript, &args,
256 if (!catch_errors ((catch_errors_ftype *) wrap_value_ind, &args,
285 if (!catch_errors ((catch_errors_ftype *) wrap_parse_and_eval_type, &args,
H A Dinf-loop.c62 if (!catch_errors (fetch_inferior_event_wrapper,
H A Dsolib.c224 struct so_list *so = (struct so_list *) arg; /* catch_errors bogon */
336 /* A small stub to get us past the arg-passing pinhole of catch_errors. */
402 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty,
502 catch_errors (solib_map_sections, i,
581 if (catch_errors
H A Dmain.c107 error) we try to quit. If the quit is aborted, catch_errors()
805 catch_errors (captured_command_loop, 0, "", RETURN_MASK_ALL);
814 catch_errors (captured_main, args, "", RETURN_MASK_ALL);
H A Dremote-vx.c1120 if (catch_errors
1162 if (catch_errors (add_symbol_stub, (char *) pLoadFile, (char *) 0,
H A Dcorefile.c259 Return 1 if successful. Note that the catch_errors() interface
288 status = catch_errors (do_captured_read_memory_integer, &args,
H A Dtop.c296 /* One should use catch_errors rather than manipulating these
311 /* Return for reason REASON to the nearest containing catch_errors(). */
341 /* Jump to the containing catch_errors() call, communicating REASON
361 calls catch_errors might not be set up to deal with a quit which
365 catch_errors. Note that quit should return to the command line
368 /* MAYBE: cagney/1999-11-05: catch_errors() in conjunction with
376 /* MAYBE: cagney/1999-11-05: Should the catch_errors and cleanups code
474 event to the next containing catch_errors(). */
528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
574 return catch_errors (do_captured_comman
527 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, function
[all...]
H A Dcorelow.c236 /* Stub function for catch_errors around shared library hacking. FROM_TTYP
384 catch_errors (solib_add_stub, &from_tty, (char *) 0,
H A Dstack.c130 Pass the args the way catch_errors wants them. */
161 catch_errors (print_stack_frame_stub, (char *) &args, "", RETURN_MASK_ALL);
390 /* Pass the args the way catch_errors wants them. */
659 catch_errors (print_args_stub, &args, "", RETURN_MASK_ALL);
1310 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR);
1327 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR);
H A Dada-valprint.c508 return catch_errors (ada_val_print_stub, &args, NULL, RETURN_MASK_ALL);
511 /* Helper for ada_val_print; used as argument to catch_errors to
H A Devent-top.c1010 catch_errors (quit_cover, NULL,
H A Dwin32-nat.c578 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR);
1336 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL);
1351 catch_errors (handle_unload_dll, NULL, (char *) "", RETURN_MASK_ALL);
H A Ddefs.h963 catch_exceptions() (or the legacy catch_errors()).
995 This function superseeds catch_errors().
1010 /* If CATCH_ERRORS_FTYPE throws an error, catch_errors() returns zero
1013 value. It's unfortunate that, catch_errors() does not return an
1020 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
1022 /* Template to catch_errors() that wraps calls to command
H A Devent-loop.c347 occurs catch_errors() which calls this function returns zero. */
389 event loop engine. gdb_do_one_event, called via catch_errors()
392 when catch_errors() caught an error and <0 when there are no
398 gdb_result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL);
H A Docd.c153 /* Stub for catch_errors. */
303 if (!catch_errors (ocd_start_remote, &target_type,
H A Dremote-sds.c158 /* Stub for catch_errors. */
237 if (!catch_errors (sds_start_remote, NULL,
H A Dbreakpoint.c1048 val = catch_errors (cover_target_enable_exception_callback,
2450 This is used inside a catch_errors to evaluate the breakpoint condition.
2452 make it pass through catch_errors. */
2712 int e = catch_errors (watchpoint_check, bs, message,
2738 /* Error from catch_errors. */
2787 int e = catch_errors (watchpoint_check, bs, message,
2816 /* Error from catch_errors. */
2859 = catch_errors (breakpoint_cond_eval, (b->cond),
5410 return catch_errors (do_captured_breakpoint, &args,
6560 inside a catch_errors */
[all...]
H A Dinfrun.c3284 catch_errors (hook_stop_stub, stop_command,
3894 /* The point of catch_errors is that if the stack is clobbered,
3897 if (catch_errors
H A Dobjc-lang.c1682 if (catch_errors (find_objc_msgcall_submethod_helper,
H A Dremote-e7000.c547 /* Stub for catch_errors. */
663 if (!catch_errors (e7000_start_remote, (char *) 0,
H A Drs6000-nat.c702 if (catch_errors (objfile_symbol_add, vp->objfile,
H A Dsymmisc.c523 catch_errors (print_symbol, &s, "Error printing symbol:\n",
587 declared as char * to get it past catch_errors. Returns 0 for error,
H A Dwince.c1442 catch_errors (handle_load_dll, NULL, (char *) "", RETURN_MASK_ALL);
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-interp.c143 event loop engine. gdb_do_one_event, called via catch_errors()
146 when catch_errors() caught an error and <0 when there are no
150 int result = catch_errors (gdb_do_one_event, 0, "", RETURN_MASK_ALL);
154 /* Update gdb output according to TUI mode. Since catch_errors
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c491 catch_errors(load_klds_stub, NULL, NULL, RETURN_MASK_ALL);

Completed in 318 milliseconds

12