Home
last modified time | relevance | path

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

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