1 # Initial commands for kdb, alter to suit your needs.
2 # These commands are executed in kdb_init() context, no SMP, no
3 # processes. Commands that require process data (including stack or
4 # registers) are not reliable this early. set and bp commands should
5 # be safe. Global breakpoint commands affect each cpu as it is booted.
7 # Standard debugging information for first level support, just type archkdb
8 # or archkdbcpu or archkdbshort at the kdb prompt.
10 defcmd dumpcommon "" "Common kdb debugging"
20 defcmd dumpall "" "First line debugging"
26 defcmd dumpcpu "" "Same as dumpall but only tasks on cpus"