This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: running two independent Cygwin DLLs?



> How do you guys do it?

printf and strace are popular ;-)

Seriously, I have a batch file that copies a given cygwin dll to all
the places it resides on my hard drive, and I have a cache of known
good dlls to restore from.  When I'm debugging dll problems, the first
thing to do is get out of bash and make sure that the *only* cygwin
program you're running is the one you're debugging (and/or gdb).

Or, I just make sure the debug dll is in the current directory with my
test program.

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