1 # Initial commands for kdb, alter to suit your 2 # These commands are executed in kdb_init() co 3 # processes. Commands that require process da 4 # registers) are not reliable this early. set 5 # be safe. Global breakpoint commands affect 6 7 # Standard debugging information for first lev 8 # or archkdbcpu or archkdbshort at the kdb pro 9 10 defcmd dumpcommon "" "Common kdb debugging" 11 set BTAPROMPT 0 12 set LINES 10000 13 -summary 14 -cpu 15 -ps 16 -dmesg 600 17 -bt 18 endefcmd 19 20 defcmd dumpall "" "First line debugging" 21 pid R 22 -dumpcommon 23 -bta 24 endefcmd 25 26 defcmd dumpcpu "" "Same as dumpall but only ta 27 pid R 28 -dumpcommon 29 -btc 30 endefcmd 31
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.