http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b010ad
)
winedump: Also dump FPO data out of JG PDB files.
author
Eric Pouech
<eric.pouech@orange.fr>
Mon, 17 Jan 2011 20:53:51 +0000
(21:53 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 18 Jan 2011 11:36:07 +0000
(12:36 +0100)
tools/winedump/pdb.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/winedump/pdb.c
b/tools/winedump/pdb.c
index 3baee33fa4f554fd3165c226ecbdda87621867cc..77d5643939f7f5bb378dd88e44a0a155269a29a4 100644
(file)
--- 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");