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] Fix for Go32-v2 native woes


> Date: Wed, 7 Apr 2010 10:41:37 -0400
> From: Daniel Jacobowitz <dan@codesourcery.com>
> Cc: "H.J. Lu" <hjl.tools@gmail.com>, pierre.muller@ics-cnrs.unistra.fr,
> 	gdb-patches@sourceware.org
> 
> > Btw, what happens with the register-related features you added if
> > libexpat is not linked in?  Do these features silently disappear
> > (good) or break the build (bad) or cause fatal internal errors at run
> > time (worse)?
> 
> They continue to work (even better).  We parse the XML files used for
> native debugging into C files, and the generated C files are stored in
> the source tree.  This was a design requirement before we could
> require XML descriptions for any native platform.

Thanks.  So this means we currently assume SSE support regardless of
the XML files, is that right?


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