Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/i386/AT386/
H A Dmodel_dep.c847 char *debugger_msg = NULL; in SavePanicInfo() local
859 debugger_msg = "Backtracing panicked thread because failed to halt all CPUs\n"; in SavePanicInfo()
861 debugger_msg = "Backtracing panicked thread because no thread pointer provided\n"; in SavePanicInfo()
863 debugger_msg = "Backtracing panicked thread because unable to access specified thread\n"; in SavePanicInfo()
865 debugger_msg = "Backtracing panicked thread because kernel_stack is NULL for specified thread\n"; in SavePanicInfo()
867debugger_msg = "Backtracing panicked thread because unable to access kernel_stack for specified th… in SavePanicInfo()
869 debugger_msg = "Backtracing specified thread\n"; in SavePanicInfo()
886 …panic_i386_backtrace(stackptr, ((panic_double_fault_cpu == cn) ? 80 : 48), debugger_msg, FALSE, NU… in SavePanicInfo()