This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB/ELF/Cygwin source path problem


Try "gcc -S ...", with all the options that you normally use,
and adding a "-S".  Then look in the generated assembly code
and see what the file names look like.  That might help.

Try doing the exact "gcc -S ..." with the old working cygwin dll
and the new non-working cygwin dll.  Perhaps cygwin.dll changed
in such a way that gcc emits new information now.

Try running the exact same executable with the old and new
cygwin dll.  That is, not re-compiling, and with the *exact*
same file.

These things would help localize the problem.

Apologies if this is too simple and you have already done it.

Michael C
GDB QA Guy


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