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: [rfc] Simplified XML parsing


Daniel Jacobowitz wrote:

This patch rewrites the memory-map parser, dividing it into an
infrastructure and a set of tables and action functions.  The bulk of the
parser now looks like this:

Great!


Any thoughts on this patch?  Nathan, could you take a quick look at the
header and see if I stripped out something I ought to have left in?

I couldn't see anything wrong. One thing this patch should allow you to do is remove the '#include <expat.h>'s from all but the xml processing file itself.


nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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