* RFA: mention gdb/gdbserver/README in gdb/README
@ 2008-01-16 22:57 Jim Blandy
2008-01-16 23:17 ` Doug Evans
2008-01-17 4:18 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Jim Blandy @ 2008-01-16 22:57 UTC (permalink / raw)
To: gdb-patches
Does this change look okay?
gdb/ChangeLog:
2008-01-16 Jim Blandy <jimb@codesourcery.com>
* README: Doc fix.
diff -r 79c1d0c9402b gdb/README
--- a/gdb/README Tue Jan 15 10:14:02 2008 -0800
+++ b/gdb/README Wed Jan 16 14:55:33 2008 -0800
@@ -453,6 +453,10 @@ allows remote debugging for Unix applica
allows remote debugging for Unix applications. gdbserver is only
supported for some native configurations, including Sun 3, Sun 4, and
Linux.
+The file gdb/gdbserver/README includes further notes on gdbserver; in
+particular, it explains how to build gdbserver for cross-debugging
+(where gdbserver runs on the target machine, which is of a different
+architecture than the host machine running GDB).
There are a number of remote interfaces for talking to existing ROM
monitors and other hardware:
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RFA: mention gdb/gdbserver/README in gdb/README
2008-01-16 22:57 RFA: mention gdb/gdbserver/README in gdb/README Jim Blandy
@ 2008-01-16 23:17 ` Doug Evans
2008-01-17 0:13 ` Jim Blandy
2008-01-17 4:18 ` Eli Zaretskii
1 sibling, 1 reply; 5+ messages in thread
From: Doug Evans @ 2008-01-16 23:17 UTC (permalink / raw)
To: Jim Blandy; +Cc: gdb-patches
On Jan 16, 2008 2:56 PM, Jim Blandy <jimb@codesourcery.com> wrote:
>
> Does this change look okay?
>
> gdb/ChangeLog:
> 2008-01-16 Jim Blandy <jimb@codesourcery.com>
>
> * README: Doc fix.
>
> diff -r 79c1d0c9402b gdb/README
> --- a/gdb/README Tue Jan 15 10:14:02 2008 -0800
> +++ b/gdb/README Wed Jan 16 14:55:33 2008 -0800
> @@ -453,6 +453,10 @@ allows remote debugging for Unix applica
> allows remote debugging for Unix applications. gdbserver is only
> supported for some native configurations, including Sun 3, Sun 4, and
> Linux.
> +The file gdb/gdbserver/README includes further notes on gdbserver; in
> +particular, it explains how to build gdbserver for cross-debugging
> +(where gdbserver runs on the target machine, which is of a different
> +architecture than the host machine running GDB).
>
> There are a number of remote interfaces for talking to existing ROM
> monitors and other hardware:
>
Heh. I grepped through *.texinfo but missed gdbserver/README. Blech.
Not that I care now that it's burned into my memory, but I wonder to
what extent things in gdb/README, gdb/gdbserver/README, etc. might be
better placed in foo.texinfo.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RFA: mention gdb/gdbserver/README in gdb/README
2008-01-16 23:17 ` Doug Evans
@ 2008-01-17 0:13 ` Jim Blandy
0 siblings, 0 replies; 5+ messages in thread
From: Jim Blandy @ 2008-01-17 0:13 UTC (permalink / raw)
To: Doug Evans; +Cc: gdb-patches
"Doug Evans" <dje at google.com> writes:
> On Jan 16, 2008 2:56 PM, Jim Blandy <jimb@codesourcery.com> wrote:
>>
>> Does this change look okay?
>>
>> gdb/ChangeLog:
>> 2008-01-16 Jim Blandy <jimb@codesourcery.com>
>>
>> * README: Doc fix.
>>
>> diff -r 79c1d0c9402b gdb/README
>> --- a/gdb/README Tue Jan 15 10:14:02 2008 -0800
>> +++ b/gdb/README Wed Jan 16 14:55:33 2008 -0800
>> @@ -453,6 +453,10 @@ allows remote debugging for Unix applica
>> allows remote debugging for Unix applications. gdbserver is only
>> supported for some native configurations, including Sun 3, Sun 4, and
>> Linux.
>> +The file gdb/gdbserver/README includes further notes on gdbserver; in
>> +particular, it explains how to build gdbserver for cross-debugging
>> +(where gdbserver runs on the target machine, which is of a different
>> +architecture than the host machine running GDB).
>>
>> There are a number of remote interfaces for talking to existing ROM
>> monitors and other hardware:
>>
>
> Heh. I grepped through *.texinfo but missed gdbserver/README. Blech.
>
> Not that I care now that it's burned into my memory, but I wonder to
> what extent things in gdb/README, gdb/gdbserver/README, etc. might be
> better placed in foo.texinfo.
Nah. Trauma is just as good as documentation.
:)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RFA: mention gdb/gdbserver/README in gdb/README
2008-01-16 22:57 RFA: mention gdb/gdbserver/README in gdb/README Jim Blandy
2008-01-16 23:17 ` Doug Evans
@ 2008-01-17 4:18 ` Eli Zaretskii
2008-01-17 20:23 ` Jim Blandy
1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2008-01-17 4:18 UTC (permalink / raw)
To: Jim Blandy; +Cc: gdb-patches
> From: Jim Blandy <jimb@codesourcery.com>
> Date: Wed, 16 Jan 2008 14:56:53 -0800
>
>
> Does this change look okay?
Yes, but maybe the ChangeLog entry should be more descriptive ("doc
fix" for a change in README says absolutely nothing).
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RFA: mention gdb/gdbserver/README in gdb/README
2008-01-17 4:18 ` Eli Zaretskii
@ 2008-01-17 20:23 ` Jim Blandy
0 siblings, 0 replies; 5+ messages in thread
From: Jim Blandy @ 2008-01-17 20:23 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb-patches
Eli Zaretskii <eliz at gnu.org> writes:
>> From: Jim Blandy <jimb@codesourcery.com>
>> Date: Wed, 16 Jan 2008 14:56:53 -0800
>>
>>
>> Does this change look okay?
>
> Yes, but maybe the ChangeLog entry should be more descriptive ("doc
> fix" for a change in README says absolutely nothing).
Committed as follows --- thanks.
gdb/ChangeLog:
2008-01-17 Jim Blandy <jimb@codesourcery.com>
* README: Mention gdbserver/README.
diff -r 9ed5b2935471 gdb/README
--- a/gdb/README Thu Jan 17 11:42:36 2008 -0800
+++ b/gdb/README Thu Jan 17 12:17:13 2008 -0800
@@ -453,6 +453,10 @@ allows remote debugging for Unix applica
allows remote debugging for Unix applications. gdbserver is only
supported for some native configurations, including Sun 3, Sun 4, and
Linux.
+The file gdb/gdbserver/README includes further notes on gdbserver; in
+particular, it explains how to build gdbserver for cross-debugging
+(where gdbserver runs on the target machine, which is of a different
+architecture than the host machine running GDB).
There are a number of remote interfaces for talking to existing ROM
monitors and other hardware:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-01-17 20:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-16 22:57 RFA: mention gdb/gdbserver/README in gdb/README Jim Blandy
2008-01-16 23:17 ` Doug Evans
2008-01-17 0:13 ` Jim Blandy
2008-01-17 4:18 ` Eli Zaretskii
2008-01-17 20:23 ` Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox