Searched refs:oldExceptionHook (Results 1 – 2 of 2) sorted by relevance
195 static ExceptionHook oldExceptionHook; variable989 if (oldExceptionHook) in handle_exception()990 (*oldExceptionHook) (frame->exceptionVector); in handle_exception()1078 if (oldExceptionHook != remcomHandler) in set_debug_traps()1080 oldExceptionHook = exceptionHook; in set_debug_traps()
3615 * i386-stub.c (exceptionHook, oldExceptionHook): Removed.