diff options
author | Frank Rowand <frank.rowand@am.sony.com> | 2009-05-15 07:56:25 -0500 |
---|---|---|
committer | Jason Wessel <jason.wessel@windriver.com> | 2009-05-15 07:56:25 -0500 |
commit | d34a792da969a00b0f653c512414411760f55a20 (patch) | |
tree | cf90c43bd1d3edf6083e9762fd22dead6723d016 /Documentation | |
parent | 33ab1979bc9f719213bc3f392c8fd9d012e4f4e9 (diff) | |
download | linux-d34a792da969a00b0f653c512414411760f55a20.tar.bz2 |
kgdb: gdb documentation fix
gdb command "set remote debug 1" is not valid, change to correct command.
Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
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"> |