Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm68k-stub.c195 static ExceptionHook oldExceptionHook; variable
989 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()
H A DChangeLog-19993615 * i386-stub.c (exceptionHook, oldExceptionHook): Removed.