| H A D | top.c | 383 void *func_args, in catcher() argument 431 val = (*func) (func_uiout, func_args); in catcher() 482 void *func_args, in catch_exceptions() argument 488 catcher (func, uiout, func_args, &val, &caught, errstring, NULL, mask); in catch_exceptions() 499 void *func_args, in catch_exceptions_with_msg() argument 506 catcher (func, uiout, func_args, &val, &caught, errstring, gdberrmsg, mask); in catch_exceptions_with_msg() 517 void *func_args; member 524 return args->func (args->func_args); in do_catch_errors() 528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() argument 535 args.func_args = func_args; in catch_errors()
|