This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PUSHED] inf-child.c: Update comments.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]