Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dexceptions.h250 typedef int (catch_errors_ftype) (void *); typedef
251 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
H A Dexceptions.c534 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors()