Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c1335 ret = DebuggerHaltOtherCores(CPUDEBUGGERSYNC, (CPUDEBUGGEROP == DBOP_STACKSHOT));
1400 } else if (debugger_current_op == DBOP_STACKSHOT) {
H A Ddebug.h749 DBOP_STACKSHOT, enumerator
H A Dkern_stackshot.c343 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0); in stackshot_trap()