Home
last modified time | relevance | path

Searched refs:DBOP_STACKSHOT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h839 DBOP_STACKSHOT, enumerator
H A Ddebug.c1696 ret = DebuggerHaltOtherCores(CPUDEBUGGERSYNC, (CPUDEBUGGEROP == DBOP_STACKSHOT));
1766 } else if (debugger_current_op == DBOP_STACKSHOT) {
H A Dkern_stackshot.c1164 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in stackshot_trap()