kgdb: gdb documentation fix
authorFrank Rowand <frank.rowand@am.sony.com>
Fri, 15 May 2009 12:56:25 +0000 (07:56 -0500)
committerJason Wessel <jason.wessel@windriver.com>
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 <frank.rowand@am.sony.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Documentation/DocBook/kgdb.tmpl

index 372dec2..5cff41a 100644 (file)
     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">