This is the mail archive of the gdb@sources.redhat.com 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: stop-on-solib-events on windows platform


On Tue, Aug 03, 2004 at 11:46:45PM +0000, PIerre-Jean Turpeau wrote:
>I would like to use gdb with Eclipse and manage libraries breakpoints 
>through the stop-on-solib-events functionnality (used by the CDT plugin) 
>under Windows NT. After a short use of the last gdb version (6.2) under 
>cygwin, it seems that it does not work in this environment (well, I also 
>verified this by tracing into gdb).
>
>What I would like to know is simple. Is there a chance to make it work 
>with mingw ? Is this specific to cygwin, to mingw or to the underlying 
>OS (ie. Windows NT) ?

It's specific to the underlying OS and it would probably be trivial to
implement.  The code in question is in win32-nat.c if you care to have
a go at it.

It's been on my to-do list for a while but real life has conspired
against my free software activities for a while now.

cgf


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