Drop obsoleted patch.
[linux-flexiantxendom0-3.2.10.git] / arch / i386 / kdb / kdb_cmds
1 # Standard architecture specific commands for kdb.
2 # These commands are appended to those in kdb/kdb_cmds, see that file for
3 # restrictions.
4
5 # Standard debugging information for first level support, invoked from archkdb*
6 # commands that are defined in kdb/kdb_cmds.
7
8 defcmd archkdbcommon "" "Common arch debugging"
9   set LINES 2000000
10   set BTAPROMPT 0
11   -summary
12   -id %eip-24
13   -cpu
14   -ps
15   -dmesg 600
16   -bt
17 endefcmd