This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PUSHED] inf-child.c: Update comments.
- From: Pedro Alves <palves at redhat dot com>
- To: "Agovic, Sanimir" <sanimir dot agovic at intel dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 12 Mar 2014 12:39:56 +0000
- Subject: Re: [PUSHED] inf-child.c: Update comments.
- Authentication-results: sourceware.org; auth=none
- References: <1394625117-10939-1-git-send-email-palves at redhat dot com> <0377C58828D86C4588AEEC42FC3B85A717734076 at IRSMSX105 dot ger dot corp dot intel dot com>
On 03/12/2014 12:32 PM, Agovic, Sanimir wrote:
> Hello Pedro,
>
> $ grep -Hni unix inf-child.c
> inf-child.c:115: error (_("Use the \"run\" command to start a Unix child process."));
> inf-child.c:401: t->to_longname = "Unix child process";
> inf-child.c:402: t->to_doc = "Unix child process (started by the \"run\" command).";
>
> "child process" would match the target name/doc better with your committed changes.
Yeah, and I was just now sending out a patch for exactly that :-)
https://sourceware.org/ml/gdb-patches/2014-03/msg00284.html
I kept it out, as changing the comments doesn't affect user visible
strings, while that does.
Thanks!
--
Pedro Alves