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

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

Revision 1.2, Mon Aug 29 15:50:38 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +0 -0 lines

Merge up to 2.6.13.
Merge of 2.6.x-xfs-melb:linux:23660a 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 %ip-0x40
  -cpu
  -ps
  -dmesg 600
  -bt
endefcmd