This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] More problems with language in printing symbols
> Date: Wed, 20 May 2009 14:39:53 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
>
> > Here's a patch that implements 2 ideas: it uses language_minimal for
> > the "_globals_" pseudo-file,
>
> Great minds think alike - I was going to suggest the same thing :-).
>
> > 2009-05-17 Eli Zaretskii <eliz@gnu.org>
> >
> > * symmisc.c (dump_symtab): Switch the current language to
> > the language of the symtab we are dumping only if the symtab's
> > language is neither language_auto nor language_unknown.
> >
> > * coffread.c (coff_symtab_read): Set language_minimal as the
> > language for the "_globals_" pseudo-file.
>
> Both changes look OK to me.
Thanks, committed.