Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » how to debug dll under windows
how to debug dll under windows [message #151563] Fri, 19 August 2005 07:37 Go to next message
alexander is currently offline alexanderFriend
Messages: 4
Registered: July 2009
Junior Member
So is there the way to debug a dll using cdt + gdb(I want to set
breakpoints)?
It seems like debugger cant track loading of modules. I see only host app
in modules window. This is a significant problem for me now.
Re: how to debug dll under windows [message #151570 is a reply to message #151563] Fri, 19 August 2005 07:44 Go to previous messageGo to next message
alexander is currently offline alexanderFriend
Messages: 4
Registered: July 2009
Junior Member
I use cdt+mingw under windows
Re: how to debug dll under windows [message #151589 is a reply to message #151563] Fri, 19 August 2005 15:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

The CDT debugger is using the "stop-on-solib-event" option of gdb to track
the dll loading (or the symbols loading to be more accurate). Unfortunately,
this feature doesn't seem to work on Windows.

"Alexander" <alexander.ivanenko@gmail.com> wrote in message
news:ff846b6117700a6f5a41c4b41b842fdb$1@www.eclipse.org...
> So is there the way to debug a dll using cdt + gdb(I want to set
> breakpoints)? It seems like debugger cant track loading of modules. I see
> only host app in modules window. This is a significant problem for me now.
>
Re: how to debug dll under windows [message #151597 is a reply to message #151589] Fri, 19 August 2005 17:15 Go to previous messageGo to next message
alexander is currently offline alexanderFriend
Messages: 4
Registered: July 2009
Junior Member
So there is nothing I can do?....:((
Re: how to debug dll under windows [message #151605 is a reply to message #151597] Fri, 19 August 2005 18:06 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

You can try to set a breakpoint on "dlopen" to catch the moment when the dll
is loaded. But I am not sure if it will work.

"Alexander" <alexander.ivanenko@gmail.com> wrote in message
news:b8698fbaa132ceb5a83528b1750988c3$1@www.eclipse.org...
> So there is nothing I can do?....:((
>
Previous Topic:Indexer hanging up
Next Topic:Program is not recognized as an executable
Goto Forum:
  


Current Time: Mon Jul 08 14:36:19 GMT 2024

Powered by FUDForum. Page generated in 0.03006 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top