[Bug 835] Add support for the new PDB format

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 23 05:46:27 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=835


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #10 from Dan Kegel <dank at kegel.com>  2009-10-23 05:46:26 ---
Sorry I didn't respond earlier.
I put together a set of scripts that makes it somewhat easy
to test basic stack traceback support in both valgrind+wine
and plain wine across several versions of visual C++.
It's at 
  http://kegel.com/wine/valgrind/pdbdemo.tgz
Details at
  http://kegel.com/wine/valgrind/pdbdemo/Readme.txt

It boils down to
          wine                 valgrind
vc2003    great!               no good stack?!
vc2005    no line numbers      no good stack?!
vc2008    no line numbers      no line numbers

So it looks like Wine needs to update its pdb parsing to handle
vc2005 and vc2008.

I'll add vc6 to that demo when I get a chance.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list