Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* stop-on-solib-events and Cygwin (or MinGW)
@ 2008-02-14 17:02 Gordon Prieur
  2008-02-14 17:09 ` Daniel Jacobowitz
  0 siblings, 1 reply; 8+ messages in thread
From: Gordon Prieur @ 2008-02-14 17:02 UTC (permalink / raw)
  To: gdb

Hi,

    I've just added support to the NetBeans gdb module for breakpoints
set in shared libraries explicity dlopened (as apposed to shared libraries
linked at link time). I'm using stop-on-solib-events to do this, and it 
works
fine on both Solaris and Linux.

    However, if I set this property on Windows I don't get stopped after
my dlopen/dlclose calls. Is there any way (on Windows) to make this
feature work? The alternative is to provide a complete 2nd implementation
for Windows (based on stopping in dlopen, calling "finish", and comparing
info share from before and after). Since stack information isn't always
reliable on Windows, I'm concerned this method won't be very reliable.

    Are there technical reasons why stop-on-solib-events doesn't work on
Windows? Or is it just unimplemented on that platform? Would I see the
same behavior on Vista?

Thanks,
Gordon


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-02-14 19:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-14 17:02 stop-on-solib-events and Cygwin (or MinGW) Gordon Prieur
2008-02-14 17:09 ` Daniel Jacobowitz
2008-02-14 17:41   ` Gordon Prieur
2008-02-14 18:14     ` Daniel Jacobowitz
2008-02-14 18:58       ` Gordon Prieur
2008-02-14 19:05         ` Daniel Jacobowitz
2008-02-14 19:18           ` Vladimir Prus
2008-02-14 19:43             ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox