Home
last modified time | relevance | path

Searched refs:catch_errors_ftype (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwrapper.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()
H A Dv850ice.c269 if (!catch_errors ((catch_errors_ftype *) ice_file, iob.buf, "", RETURN_MASK_ALL)) in v850ice_wndproc()
285 if (!catch_errors ((catch_errors_ftype *) ice_cont, NULL, "", RETURN_MASK_ALL)) in v850ice_wndproc()
290 if (!catch_errors ((catch_errors_ftype *) ice_stepi, (int) lParam, "", in v850ice_wndproc()
296 if (!catch_errors ((catch_errors_ftype *) ice_nexti, (int) lParam, "", in v850ice_wndproc()
H A Ddefs.h1012 typedef int (catch_errors_ftype) (void *); typedef
1013 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
H A Dtop.c516 catch_errors_ftype *func;
528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors()
H A Dremote.c4248 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_kill()
4274 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_async_kill()
H A DChangeLog-20003914 function signature to match catch_errors_ftype.
4487 * TODO: Add note on typecast using catch_errors_ftype.
H A DChangeLog-19999020 * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
9024 * defs.h (catch_errors_ftype): Define.