* [PATCH] Mention --version in gdbserver's --help.
@ 2008-06-20 16:03 Carlos O'Donell
2008-06-20 23:48 ` Stan Shebs
0 siblings, 1 reply; 4+ messages in thread
From: Carlos O'Donell @ 2008-06-20 16:03 UTC (permalink / raw)
To: gdb-patches, Daniel Jacobowitz
Ping?
http://sourceware.org/ml/gdb-patches/2008-06/msg00164.html
Cheers,
Carlos.
--
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Mention --version in gdbserver's --help.
2008-06-20 16:03 [PATCH] Mention --version in gdbserver's --help Carlos O'Donell
@ 2008-06-20 23:48 ` Stan Shebs
2008-06-21 5:10 ` Carlos O'Donell
0 siblings, 1 reply; 4+ messages in thread
From: Stan Shebs @ 2008-06-20 23:48 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: gdb-patches, Daniel Jacobowitz
Carlos O'Donell wrote:
>
> Ping?
>
> http://sourceware.org/ml/gdb-patches/2008-06/msg00164.html
Yes, this patch is good, thanks! (I would have put it in the "obvious"
category and just checked it in. :-) )
Stan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Mention --version in gdbserver's --help.
2008-06-20 23:48 ` Stan Shebs
@ 2008-06-21 5:10 ` Carlos O'Donell
0 siblings, 0 replies; 4+ messages in thread
From: Carlos O'Donell @ 2008-06-21 5:10 UTC (permalink / raw)
To: Stan Shebs; +Cc: gdb-patches, Daniel Jacobowitz
Stan Shebs wrote:
> Carlos O'Donell wrote:
>>
>> Ping?
>>
>> http://sourceware.org/ml/gdb-patches/2008-06/msg00164.html
> Yes, this patch is good, thanks! (I would have put it in the "obvious"
> category and just checked it in. :-) )
Checked into mainline.
Cheers,
Carlos.
--
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Mention --version in gdbserver's --help.
@ 2008-06-09 18:34 Carlos O'Donell
0 siblings, 0 replies; 4+ messages in thread
From: Carlos O'Donell @ 2008-06-09 18:34 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
The gdbserver's --help should advertise the --version option.
Tested on i686-pc-linux-gnu.
OK to checkin?
Cheers,
Carlos.
--
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716
[-- Attachment #2: 2008-06-09-gdbserver.diff --]
[-- Type: text/x-diff, Size: 789 bytes --]
2008-06-09 Carlos O'Donell <carlos@codesourcery.com>
* server.c (gdbserver_usage): Mention --version.
Index: gdb/gdbserver/server.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/server.c,v
retrieving revision 1.73
diff -u -p -r1.73 server.c
--- gdb/gdbserver/server.c 5 Jun 2008 22:36:57 -0000 1.73
+++ gdb/gdbserver/server.c 9 Jun 2008 16:11:14 -0000
@@ -1197,6 +1197,7 @@ gdbserver_usage (FILE *stream)
"\n"
"Options:\n"
" --debug\t\tEnable debugging output.\n"
+ " --version\t\tDisplay version information and exit.\n"
" --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n");
if (REPORT_BUGS_TO[0] && stream == stdout)
fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO);
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-20 16:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-20 16:03 [PATCH] Mention --version in gdbserver's --help Carlos O'Donell
2008-06-20 23:48 ` Stan Shebs
2008-06-21 5:10 ` Carlos O'Donell
-- strict thread matches above, loose matches on Subject: below --
2008-06-09 18:34 Carlos O'Donell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox