2009-03-10 02:19:39

by Frank Rowand

[permalink] [raw]
Subject: [PATCH] kgdb: documentation


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

Signed-off-by: Frank Rowand <[email protected]>

--- 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">


2009-03-11 13:10:12

by Jason Wessel

[permalink] [raw]
Subject: Re: [PATCH] kgdb: documentation



Frank Rowand wrote:
> gdb command "set remote debug 1" is not valid, change to correct command.
>
> Signed-off-by: Frank Rowand <[email protected]>
>
>

Thanks Frank,

I merged this change.

Cheers,
Jason.