Module: wine Branch: master Commit: a43b38fe0c1c4188a23020e4a7e379b0b2e212e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a43b38fe0c1c4188a23020e4a7...
Author: Eric Pouech eric.pouech@orange.fr Date: Mon Jan 17 21:53:51 2011 +0100
winedump: Also dump FPO data out of JG PDB files.
---
tools/winedump/pdb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/winedump/pdb.c b/tools/winedump/pdb.c index 3baee33..77d5643 100644 --- a/tools/winedump/pdb.c +++ b/tools/winedump/pdb.c @@ -784,6 +784,7 @@ static void pdb_jg_dump(void) } pdb_dump_types(&reader); pdb_dump_symbols(&reader, &sidx); + pdb_dump_fpo(&reader, sidx.FPO); pdb_dump_segments(&reader, sidx.segments); } else printf("-Unable to get root\n");