winedbg and loading symbols

Eric Pouech pouech-eric at wanadoo.fr
Fri Sep 19 12:09:08 CDT 2003


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




More information about the wine-devel mailing list