Home
last modified time | relevance | path

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

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