Great, thanks! And it looks like gdb 5.2.1 has no problem with stabs format, or with mixed dwarf and stabs formats.
So, has anyone looked into adapting, say, kdbg, to run winedbg commands?
Cheers (you made my day!) ... mo
On Fri, 2003-09-19 at 10:09, Eric Pouech wrote:
Michael Ost wrote:
Howdy, list.
I can't figure out how to get winedbg (6/18/03 build) to load my application's symbol table. I am writing an ELF application which uses the wine libraries, and trying to debug it with winedbg.
you're using gcc >= 3.2, aren't you ? you need to compile with -gstabs. Default debug format changed in latest gcc versions from stabs to dwarf2. WineDbg supports the former but not the later.
A+
-- Eric Pouech