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 01/10] Language independent bits


>>>>> "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 for splitting the patches up like this.
It makes them easy to follow.

Tom


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