Searched refs:catch_errors_ftype (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-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 Ddefs.h1019 typedef int (catch_errors_ftype) (void *);
1020 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
1016 typedef int (catch_errors_ftype) (void *); typedef
H A Dtop.c516 catch_errors_ftype *func;
528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
H A Dremote.c4294 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
4320 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);

Completed in 169 milliseconds