In answer to my own query,
after compiling and installing a snapshot, ensuring an unstripped cygwin1.dll was
installed,
and setting a breakpoint at and stopping at main,
then breakpoints could be set within cygwin library
In fact though a bit frustrated yesterday, today i'm quite impressed.
--
_
How to do this?
If I attempt to set a breakpoint at, say, pthread_cancel, I get
Cannot access memory at address 0x25
although pthread_cancel exists at 0x5a79f0 according to the map file.
If I attempt to link with -static, I get a -lX11 library lookup failure.
If I attempt to link in the releva
2 matches
Mail list logo