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: [patch] catchpoints bring output in-line with breakpoints output


> From:  Aleksandar Ristovski <aristovski@qnx.com>
> Date:  Tue, 27 May 2008 16:00:29 -0400
> 
> >> +  int bp_temp;
> >> +  char msg[160];
> >> +  const char * msgspec;
> >> +  const char msgfmt[] = "\n%s %d (exception %s)\n";
> > 
> > This is not a good idea, because it defeats translation.  For
> > starters, this format string will not be caught by xgettext and won't
> > be in the message catalog.  Moreover, ...
> 
> Changed accordingly. I also adjusted MI output to better fit into breakpoint pattern. New diff attached.

Thanks, I'm happy now.


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