OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026