On 11 Aug 2004, Vincent Béron wrote:
Le mer 11/08/2004 à 04:50, Mike Hearn a écrit :
Saulius Krasuckas wrote:
I need an advice on how to setup winedbg the right way or an explanation, whether this is a bug or an advanced feature. TIA.
Nope, it's a bug, something to do with STABS parsing I think. I have reported it once to Eric but I think I didn't have enough info to help him.
And what do you think, Mike, is he being very busy recently? Would it be OK to try to contact him directly?
The original message had this line: fixme:dbghelp:elf_load_debug_info Unsupported Dwarf2 information
So I suspect your Wine is compiled with Dwarf2 debug symbols rather than stabs+. Which gcc version was used?
How should I check that? And gcc version is 3.2:
[s2@katleriai d3d8]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)