This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/10] Language independent bits
On Monday, June 04 2012, Tom Tromey wrote:
>>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
>
> Sergio> This patch does a refactoring on gdb/{parse.c,parser-defs.h,language.*}
> Sergio> in order to remove the `expout*' globals. I have created a new
> Sergio> structure called `parser_state' which holds those variables per-parser,
> Sergio> and eventually will hold all the global parser variables.
>
> This one is ok.
Thanks. I'll wait until all the other patches are approved before I
commit all of them at once.
> Thanks for splitting the patches up like this.
> It makes them easy to follow.
My pleasure :-). I took the opportunity to play with `git send-email',
so it was good for me as well.
--
Sergio