Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h488 #define DB_PANICLOG_DUMP 0x2000 /* Send paniclog on panic,not core*/ macro
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_udp.c452 if (debug & DB_PANICLOG_DUMP) { in kdp_register_send_receive()