For example only, updated Windows DLL support and gdbserver DLL support

Christopher Faylor cgf-use-the-mailinglist-please@sourceware.org
Mon Jun 18 21:07:00 GMT 2007


On Mon, Jun 18, 2007 at 11:08:16AM -0400, Daniel Jacobowitz wrote:
>Here's the latest version of my Windows support patch to go with the
>previous shared library event support.  Most of this is originally
>Pedro's work.  It includes native GDB and remote gdbserver support,
>and also fixes a bug in native support where symbols for shared
>libraries were not being loaded.

I have no objections to this with two exceptions:

- You use #ifdef __CYGWIN__ .  That would be the only place in the file
where that is used.  I don't see any reason for this unless your patch
is also going to allow native Windows support.  If that is the case,
then maybe that part should be provided separately.

- You seemed to have gratuitously pulled out the code which deals with
cygwin exceptions into a separate function.  I don't think this has
anything to do with solibs and probably shouldn't be part of any
final patch.

cgf



More information about the Gdb-patches mailing list