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


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?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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