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


On Thu, Dec 07, 2006 at 11:02:28AM -0500, Daniel Jacobowitz wrote:
> CodeSourcery's GDB release currently has three XML parsers in it.  One
> of those is in HEAD already; another I'm about to post, and the third
> hopefully not long after.  The amount of duplication and unnecessary
> complexity was disappointing, but I couldn't see a better way to do
> it.  Fortunately, Nathan Sidwell could :-)  This version is entirely
> a ripoff of the XML parser he wrote for another CodeSourcery project,
> adapted to fit into GDB (and use its cleanup / exception mechanisms).
> 
> This patch rewrites the memory-map parser, dividing it into an
> infrastructure and a set of tables and action functions.

I checked this in, finally.  Meant to have that done before vacation...

-- 
Daniel Jacobowitz
CodeSourcery


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