Robert Shearman a écrit :
Hi,
This patch allows winedbg to parse symbols in libraries directly linked to the wine binaries, like libc and libpthread. This will usually mean just using the symbol table, but this is better than nothing.
Hi Robert
I don't understand why you need to walk the shared object (from lm.l_ld)? Normally, all loaded shared object will appear in the main module loaded linked list, so we should only need to walk that list. The rest of the patch is correct (I'm currently working on fixing some of the issues of the debugger: get around WINELOADER issue, report unsupported debug format (like Dwarf2...)).
A+