[PATCH 7/9] [WineDump]: also dumping FPO data out of JG PDB files

Eric Pouech eric.pouech at orange.fr
Mon Jan 17 14:53:51 CST 2011




A+
---

 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");




More information about the wine-patches mailing list