diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-01 13:39:40 -1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-01 13:39:40 -1000 |
commit | 72f9adfd20e3be8a33ff3ef96cec787ed97b9ba9 (patch) | |
tree | 2e59de0152634f577ba996a1a3f35eceb9c5ebee /kernel/debug/kdb/kdb_cmds | |
parent | 5f66d2b58ca879e70740c82422354144845d6dd3 (diff) | |
parent | 37f86b469d73fc2f2a925536fb99b8f513f641b7 (diff) |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb:
kdb,kgdb: Allow arbitrary kgdb magic knock sequences
kdb: Remove all references to DOING_KGDB2
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
kdb: cleanup unused variables missed in the original kdb merge
Diffstat (limited to 'kernel/debug/kdb/kdb_cmds')
-rw-r--r-- | kernel/debug/kdb/kdb_cmds | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/debug/kdb/kdb_cmds b/kernel/debug/kdb/kdb_cmds index 56c88e4db30..9834ad303ab 100644 --- a/kernel/debug/kdb/kdb_cmds +++ b/kernel/debug/kdb/kdb_cmds @@ -18,16 +18,12 @@ defcmd dumpcommon "" "Common kdb debugging" endefcmd defcmd dumpall "" "First line debugging" - set BTSYMARG 1 - set BTARGS 9 pid R -dumpcommon -bta endefcmd defcmd dumpcpu "" "Same as dumpall but only tasks on cpus" - set BTSYMARG 1 - set BTARGS 9 pid R -dumpcommon -btc |