https://bugs.winehq.org/show_bug.cgi?id=36885
Bug ID: 36885 Summary: winedbg: unsupported symbols when analyzing a VC 2010 exe Product: Wine Version: 1.7.22 Hardware: Other OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48977 --> https://bugs.winehq.org/attachment.cgi?id=48977 testcase
In an effort to get better backtraces for wine-gecko under valgrind, I've been experimenting compiling wine-gecko with msvc. While looking at some other valgrind stuff, I noticed Dan Kegel's old pdbdemo, which exposes a new problem when testing a testcase compiled with Visual Studio 2010 (on windows):
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 113e fixme:dbghelp_msc:dump 00000000: 16 00 3e 11 7d 10 00 00 01 00 53 63 6f 70 65 54 ..>.}.....ScopeT fixme:dbghelp_msc:dump 00000010: 61 62 6c 65 00 00 00 00 able.... fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1141 fixme:dbghelp_msc:dump 00000000: 0e 00 41 11 18 00 00 00 60 16 00 00 01 00 24 00 ..A.....`.....$.
etc.
I'll attach the compiled binaries with debugging symbols (along with the source).