HomeSort by: relevance | last modified time | path
    Searched defs:ExceptionHook (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/stubs/
m68k-stub.c 116 typedef void (*ExceptionHook)(int); /* pointer to function with int parm */
123 extern ExceptionHook exceptionHook; /* hook variable for errors/exceptions */
196 static ExceptionHook oldExceptionHook;
1081 oldExceptionHook = exceptionHook;
1082 exceptionHook = remcomHandler;
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
m68k-stub.c 116 typedef void (*ExceptionHook)(int); /* pointer to function with int parm */
123 extern ExceptionHook exceptionHook; /* hook variable for errors/exceptions */
196 static ExceptionHook oldExceptionHook;
1081 oldExceptionHook = exceptionHook;
1082 exceptionHook = remcomHandler;

Completed in 27 milliseconds