debugger symbols and NPTL on RedHat 9

Eric Pouech pouech-eric at wanadoo.fr
Wed Jun 2 15:40:37 CDT 2004


Shachar Shemesh a écrit :
> Eric Pouech wrote:
> 
>>> While I'm doing ok at working like that, the client really prefers 
>>> working with a GUI. When I try to run the program using the --gdb 
>>> switch (with or without --no-start), debug symbols for the PE part 
>>> are not shown. I get all the symbols for the ELF dlls (wine's DLLs), 
>>> but not for the PE program.
>>
>>
>> this isn't linked to the options from winedbg
> 
> 
> While I agree in principle, in practice symbol lookups *appear* to work 
> when winedbg is invoking the application directly.
silly me. when run with gdb, the PE symbol lookup doesn't work, gdb 
doesn't know anything about PE. You need to use winedbg without the gdb 
proxy.
But you will loose the GUI debugging part (à la DDD, or kdbg...).
A+



More information about the wine-devel mailing list