Thanks for your answer, Alberto
At 19.00 06/12/2002 +0100, Eric Pouech wrote:
Alberto Massari a écrit :
Hi everybody, a few weeks ago I changed my build machine from a RedHat 7.2 + gcc 2.9x to a Mandrake 9.0 + gcc 3.2, and I noticed that I was unable to debug the Wine libraries (I got messages like "No debug information in ELF '/usr/local/lib/wine/xxxx.dll.so'), while gdb worked just fine.
this has already been discussed a month ago (or so)
My questions at this point are:
- is this behavior typical of every gcc 3.2? or it's only Mandrake that
does it?
generic to 3.2
- is somebody going to change the "configure" script to detect such a
situation and specify "-gstabs" instead of "-g"? (I would volunteer myself, but I am not expert in this field... I just hacked my copy to make it work in my tree)
the "current fix" is to use CFLAGS=-gstabs configure
- or should winedbg be improved to understand more debug formats, so that
it can handle whatever informations the "-g" option spits out?
no dwarfII support is planned for winedbg
you can also use the dbg proxy in wine if you want to use dwarf debug format
A+