Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/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 Ddefs.h1016 typedef int (catch_errors_ftype) (void *); typedef
1017 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
H A Dtop.c515 catch_errors_ftype *func;
527 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors()
H A Dremote.c4282 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_kill()
4308 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_async_kill()