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

File: [Development] / linux-2.6-xfs / arch / x86 / kdb / kdb_cmds_64 (download)

Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.24-rc3
Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd.

# 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 %rip-24
  -cpu
  -ps
  -dmesg 600
  -bt
  -cpu_pda *
endefcmd