[PATCH] kgdb: documentation

From: Frank Rowand
Date: Mon Mar 09 2009 - 22:19:40 EST



gdb command "set remote debug 1" is not valid, change to correct command.

Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxxxxx>

--- linux-2.6/Documentation/DocBook/kgdb.tmpl 2009-02-05 08:10:25.000000000 -0800
+++ linux-2.6.new/Documentation/DocBook/kgdb.tmpl 2009-03-09 16:41:28.000000000 -0700
@@ -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">

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/