Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/i386/AT386/
H A Dmodel_dep.c854 char *debugger_msg = NULL; in SavePanicInfo() local
866 debugger_msg = "Backtracing panicked thread because failed to halt all CPUs\n"; in SavePanicInfo()
868 debugger_msg = "Backtracing panicked thread because no thread pointer provided\n"; in SavePanicInfo()
870 debugger_msg = "Backtracing panicked thread because unable to access specified thread\n"; in SavePanicInfo()
872 debugger_msg = "Backtracing panicked thread because kernel_stack is NULL for specified thread\n"; in SavePanicInfo()
874debugger_msg = "Backtracing panicked thread because unable to access kernel_stack for specified th… in SavePanicInfo()
876 debugger_msg = "Backtracing specified thread\n"; in SavePanicInfo()
893 …panic_i386_backtrace(stackptr, ((panic_double_fault_cpu == cn) ? 80 : 48), debugger_msg, FALSE, NU… in SavePanicInfo()