88 typedef
int (catch_errors_ftype) (
void *);
89 extern
int catch_errors (catch_errors_ftype *,
void *,
char *, return_mask);
int( catch_exceptions_ftype)(struct ui_out *ui_out, void *args)
int catch_errors(catch_errors_ftype *, void *, char *, return_mask)
int catch_exceptions(struct ui_out *uiout, catch_exceptions_ftype *func, void *func_args, return_mask mask)
void exception_print(struct ui_file *file, struct gdb_exception e)
int catch_exceptions_with_msg(struct ui_out *uiout, catch_exceptions_ftype *func, void *func_args, char **gdberrmsg, return_mask mask)
static void ATTRIBUTE_PRINTF(6, 0)
void( catch_exception_ftype)(struct ui_out *ui_out, void *args)
void exception_fprintf(struct ui_file *file, struct gdb_exception e, const char *prefix,...) ATTRIBUTE_PRINTF(3