This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


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

Re: Problems with Insigt and cygwin1.dll


Pavel Kudrna wrote:
> 
> I have also the unresolved problem with crash of another program in
> _size_of_stack_reserve__ (). So I can help with the fact that this
> function you can find in ld.exe. But also I have to repeat your
> (maybe not expressed) question how to debug into the .dll? Can
> anybody at least say that it's not possible?

I don't know about your specific problems, but as far as  debugging the
cygwin DLL goes, that is certainly possible: I've done it many, many
times. There are really no special techniques for doing this. Just make
sure that the DLL and newlib were compiled with debug info and that you
use the "dir" command to add the source paths for these modules to gdb's
list. You should be able to step into newlib, which then gets you into
the DLL.

Keith
-- 
Why chat when you can Firetalk?
Firetalk ID: Keith (10320)
www.firetalk.com

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