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: [RFA] Linux Checkpoints, take 3


> Date: Sat, 24 Dec 2005 11:13:32 -0500
> From: Daniel Jacobowitz <drow@false.org>
> Cc: Michael Snyder <msnyder@redhat.com>, gdb-patches@sources.redhat.com,
> 	mark.kettenis@xs4all.nl
> 
> On Sat, Dec 24, 2005 at 10:07:14AM +0200, Eli Zaretskii wrote:
> > > !       /* Detach new forked process?  */
> > > !       if (detach_fork)
> > >   	{
> > > ! 	  if (debug_linux_nat)
> > > ! 	    {
> > > ! 	      target_terminal_ours ();
> > > ! 	      fprintf_filtered (gdb_stdlog,
> > > ! 				"Detaching after fork from child process %d.\n",
> > > ! 				child_pid);
> > > ! 	    }
> > 
> > Might as well mark strings with _(), as long as we are changing the
> > code.
> 
> We've discussed this before, but I don't remember the conclusion - is
> there benefit to translating debug messages not intended for users?

Sorry, I don't remember either.  If we decided not to translate them,
then please disregard this my comment.


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