Re: Debugging with GDB

2012-11-20 Thread Achim Gratz
marco atzeri writes: > you have an old or different version in /usr/bin > try removing /usr/bin/cygwin1.dbg That must be some leftover from a snapshot installation then. Thanks. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation

Re: Debugging with GDB

2012-11-20 Thread marco atzeri
On 11/20/2012 3:44 PM, Achim Gratz wrote: I've installed the cygwin-debuginfo package (and reinstalled cygwin to be sure), but GDB tells me this: warning: the debug information found in "/usr/bin/cygwin1.dbg" does not match "/usr/bin/cygwin1.dll" (CRC mismatch). cygwin-debuginfo has it in /usr

Debugging with GDB

2012-11-20 Thread Achim Gratz
I've installed the cygwin-debuginfo package (and reinstalled cygwin to be sure), but GDB tells me this: warning: the debug information found in "/usr/bin/cygwin1.dbg" does not match "/usr/bin/cygwin1.dll" (CRC mismatch). whenever I try to load the symbols for the cygwin1.dll. Is that to be expec