diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-15 08:06:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-15 08:06:45 -0700 |
commit | ade385e4d14f4158b3b27acd992a98bca4cd7f23 (patch) | |
tree | 9f20430f5690901936348b0c955327c4a37d3485 /Documentation | |
parent | c6538499814d8112c5d4d08570a7cf0758e5f8f5 (diff) | |
parent | d34a792da969a00b0f653c512414411760f55a20 (diff) | |
download | talos-obmc-linux-ade385e4d14f4158b3b27acd992a98bca4cd7f23.tar.gz talos-obmc-linux-ade385e4d14f4158b3b27acd992a98bca4cd7f23.zip |
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:
kgdb: gdb documentation fix
kgdb,i386: use address that SP register points to in the exception frame
sysrq, intel_fb: fix sysrq g collision
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/kgdb.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/kgdb.tmpl b/Documentation/DocBook/kgdb.tmpl index 372dec20c8da..5cff41a5fa7c 100644 --- a/Documentation/DocBook/kgdb.tmpl +++ b/Documentation/DocBook/kgdb.tmpl @@ -281,7 +281,7 @@ seriously wrong while debugging, it will most often be the case that you want to enable gdb to be verbose about its target communications. You do this prior to issuing the <constant>target - remote</constant> command by typing in: <constant>set remote debug 1</constant> + remote</constant> command by typing in: <constant>set debug remote 1</constant> </para> </chapter> <chapter id="KGDBTestSuite"> |