Searched refs:textdump (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c286 doadump(boolean_t textdump) argument
303 if (textdump && textdump_pending) {
/freebsd-11.0-release/sys/ddb/
H A Ddb_textdump.c40 * unlike a memory dump, we don't know the size of the textdump a priori, so
43 * this, we actually write out the textdump in reverse block order, allowing
77 static SYSCTL_NODE(_debug_ddb, OID_AUTO, textdump, CTLFLAG_RW, 0,
78 "DDB textdump options");
120 * Is a textdump scheduled? If so, the shutdown code will invoke our dumpsys
130 "Perform textdump instead of regular kernel dump.");
153 &textdump_do_config, 0, "Dump kernel configuration in textdump");
158 &textdump_do_ddb, 0, "Dump DDB captured output in textdump");
162 &textdump_do_msgbuf, 0, "Dump kernel message buffer in textdump");
166 &textdump_do_panic, 0, "Dump kernel panic message in textdump");
[all...]
/freebsd-11.0-release/share/man/man4/
H A DMakefile519 textdump.4 \

Completed in 48 milliseconds