Home | History | Annotate | Download | only in coregrind

Lines Matching full:catcher

2543 fault_catcher_t VG_(set_fault_catcher)(fault_catcher_t catcher)
2546 fault_catcher = catcher;
2705 The fault catcher should never be set whilst we're in generated code, so
2706 check for that. AFAIK the only use of the catcher right now is
2712 /* If the catcher returns, then it didn't handle the fault,