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] Fix "set lang auto" oddity when inferior not started yet


> > 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * symfile.c (set_initial_language): Make non-static.
> >         * symfile.h (set_initial_language): Add declaration.
> >         * language.c: #include "symfile.h".
> >         (set_language): Call set_initial_language if the frame language
> >         could not be determined.
> > 
> > I also wrote a tiny testcase:
> > 
> > 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * gdb.base/set_lang_auto.exp: New testcase.
> 
> Looks fine.  Dashes outnumber underscores (300 to 80) in the
> testsuite, so please use those instead.

Great, thanks!  I changed the underscores into dashes, and checked
everything in.

BTW: When I ran the debugger against our testsuite, I started with
slightly less than 200 failures. With all the patches I submitted,
I'm now down to 38. If I don't get distracted, we could have something
very very good soon!

-- 
Joel


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