Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.c224 #define CPUDEBUGGERCOUNT current_debugger_state()->db_entry_count macro
686 if (CPUDEBUGGERCOUNT == 1 || CPUPANICSTR == NULL) { in DebuggerSaveState()
792 if ((CPUDEBUGGERCOUNT > 1) && (CPUDEBUGGERCOUNT < max_debugger_entry_count)) { in check_and_handle_nested_panic()
819 if (CPUDEBUGGERCOUNT == max_debugger_entry_count) { in check_and_handle_nested_panic()
851 if (CPUDEBUGGERCOUNT == max_debugger_entry_count + 1) { in check_and_handle_nested_panic()
868 if (CPUDEBUGGERCOUNT > max_debugger_entry_count + 1) { in check_and_handle_nested_panic()
904 CPUDEBUGGERCOUNT++; in DebuggerWithContext()
936 CPUDEBUGGERCOUNT--; in DebuggerWithContext()
1205 CPUDEBUGGERCOUNT++; in panic_trap_to_debugger()
1393 if (CPUDEBUGGERCOUNT > 1) {
[all …]