Searched defs:DEBUGGER (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | trap.c | 146 #define DEBUGGER(t,f) do { kdb_trap(t,f); } while (0) macro 148 #define DEBUGGER(t,f) Debugger() macro 151 #define DEBUGGER(t,f) macro [all...] |
/netbsd-src/sys/arch/shark/shark/ |
H A D | scr.c | 131 #define DEBUGGER printf("file = %s, line = %d\n",__FILE__,__LINE__);Debugger() macro 133 #define DEBUGGER panic("file = %s, line = %d",__FILE__,__LINE__); macro 136 #define DEBUGGER macro
|