[BACK]Return to kdb_cmds CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / i386 / kdb

File: [Development] / linux-2.6-xfs / arch / i386 / kdb / Attic / kdb_cmds (download)

Revision 1.1, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Branch: MAIN

Merge up to 2.6.7, and upgrade kdb at the same time.

# Standard architecture specific commands for kdb.
# These commands are appended to those in kdb/kdb_cmds, see that file for
# restrictions.

# Standard debugging information for first level support, invoked from archkdb*
# commands that are defined in kdb/kdb_cmds.

defcmd archkdbcommon "" "Common arch debugging"
  set LINES 2000000
  set BTAPROMPT 0
  -summary
  -id %eip-24
  -cpu
  -ps
  -dmesg 600
  -bt
endefcmd