~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/kernel/debug/kdb/kdb_cmds

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /kernel/debug/kdb/kdb_cmds (Version linux-6.12-rc7) and /kernel/debug/kdb/kdb_cmds (Version linux-5.12.19)


  1 # Initial commands for kdb, alter to suit your      1 # Initial commands for kdb, alter to suit your needs.
  2 # These commands are executed in kdb_init() co      2 # These commands are executed in kdb_init() context, no SMP, no
  3 # processes.  Commands that require process da      3 # processes.  Commands that require process data (including stack or
  4 # registers) are not reliable this early.  set      4 # registers) are not reliable this early.  set and bp commands should
  5 # be safe.  Global breakpoint commands affect       5 # be safe.  Global breakpoint commands affect each cpu as it is booted.
  6                                                     6 
  7 # Standard debugging information for first lev      7 # Standard debugging information for first level support, just type archkdb
  8 # or archkdbcpu or archkdbshort at the kdb pro      8 # or archkdbcpu or archkdbshort at the kdb prompt.
  9                                                     9 
 10 defcmd dumpcommon "" "Common kdb debugging"        10 defcmd dumpcommon "" "Common kdb debugging"
 11   set BTAPROMPT 0                                  11   set BTAPROMPT 0
 12   set LINES 10000                                  12   set LINES 10000
 13   -summary                                         13   -summary
 14   -cpu                                             14   -cpu
 15   -ps                                              15   -ps
 16   -dmesg 600                                       16   -dmesg 600
 17   -bt                                              17   -bt
 18 endefcmd                                           18 endefcmd
 19                                                    19 
 20 defcmd dumpall "" "First line debugging"           20 defcmd dumpall "" "First line debugging"
 21   pid R                                            21   pid R
 22   -dumpcommon                                      22   -dumpcommon
 23   -bta                                             23   -bta
 24 endefcmd                                           24 endefcmd
 25                                                    25 
 26 defcmd dumpcpu "" "Same as dumpall but only ta     26 defcmd dumpcpu "" "Same as dumpall but only tasks on cpus"
 27   pid R                                            27   pid R
 28   -dumpcommon                                      28   -dumpcommon
 29   -btc                                             29   -btc
 30 endefcmd                                           30 endefcmd
 31                                                    31 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php