projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ab197
)
kgdb: gdb documentation fix
author
Frank Rowand
<
[email protected]
>
Fri, 15 May 2009 12:56:25 +0000
(07:56 -0500)
committer
Jason Wessel
<
[email protected]
>
Fri, 15 May 2009 12:56:25 +0000
(07:56 -0500)
gdb command "set remote debug 1" is not valid, change to correct command.
Signed-off-by: Frank Rowand <
[email protected]
>
Signed-off-by: Jason Wessel <
[email protected]
>
Documentation/DocBook/kgdb.tmpl
patch
|
blob
|
history
diff --git
a/Documentation/DocBook/kgdb.tmpl
b/Documentation/DocBook/kgdb.tmpl
index 372dec20c8dab6db05fbbcd9e3cdef93f1e783a5..5cff41a5fa7c3746b97db6db8955cd06c895bc01 100644
(file)
--- 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">