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

/haiku-fatelf/src/bin/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 Dv850ice.c269 if (!catch_errors ((catch_errors_ftype *) ice_file, iob.buf, "", RETURN_MASK_ALL))
285 if (!catch_errors ((catch_errors_ftype *) ice_cont, NULL, "", RETURN_MASK_ALL))
290 if (!catch_errors ((catch_errors_ftype *) ice_stepi, (int) lParam, "",
296 if (!catch_errors ((catch_errors_ftype *) ice_nexti, (int) lParam, "",
H A Ddefs.h1011 typedef int (catch_errors_ftype) (void *);
1012 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
1008 typedef int (catch_errors_ftype) (void *); typedef
H A Dtop.c517 catch_errors_ftype *func;
529 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
H A Dremote.c4260 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
4286 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);

Completed in 62 milliseconds