* [PATCH] kgdb: documentation
@ 2009-03-10 2:03 Frank Rowand
2009-03-11 13:08 ` Jason Wessel
0 siblings, 1 reply; 2+ messages in thread
From: Frank Rowand @ 2009-03-10 2:03 UTC (permalink / raw)
To: jason.wessel; +Cc: kgdb-bugreport, linux-kernel, torvalds
gdb command "set remote debug 1" is not valid, change to correct command.
Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
--- 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">
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] kgdb: documentation
2009-03-10 2:03 [PATCH] kgdb: documentation Frank Rowand
@ 2009-03-11 13:08 ` Jason Wessel
0 siblings, 0 replies; 2+ messages in thread
From: Jason Wessel @ 2009-03-11 13:08 UTC (permalink / raw)
To: frank.rowand; +Cc: kgdb-bugreport, linux-kernel, torvalds
Frank Rowand wrote:
> gdb command "set remote debug 1" is not valid, change to correct command.
>
> Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
>
>
Thanks Frank,
I merged this change.
Cheers,
Jason.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-11 13:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 2:03 [PATCH] kgdb: documentation Frank Rowand
2009-03-11 13:08 ` Jason Wessel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.