Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Frédéric Delanoy
|
5d0adcfa1e
|
winedump: Remove an "#if 1" preprocessor directive.
|
2014-01-13 17:37:01 +01:00 |
Michael Stefaniuc
|
19c9d08304
|
winedump: Simplify the "pointer to start of array" idiom.
|
2012-07-23 12:54:23 +02:00 |
Gerald Pfeifer
|
64de0876e4
|
winedump: Remove unused parameter from codeview_dump_linetab(). codeview_dump_linetab().
|
2011-12-19 20:15:52 +01:00 |
Eric Pouech
|
a43b38fe0c
|
winedump: Also dump FPO data out of JG PDB files.
|
2011-01-18 12:36:07 +01:00 |
Eric Pouech
|
2b010ad366
|
winedump: Dump segment info out of PDB files.
|
2011-01-18 12:35:59 +01:00 |
Eric Pouech
|
a7cdc540f3
|
winedump: Make use of PDB_STREAM_INDEXES in order to get rid of hardwired indexes.
|
2011-01-18 12:35:46 +01:00 |
Eric Pouech
|
5199d04b42
|
winedump: Added stream header support.
|
2011-01-18 12:35:15 +01:00 |
Eric Pouech
|
2cba84027b
|
winedump: Get string table stream index out of ROOT named streams list.
|
2011-01-18 12:34:30 +01:00 |
Eric Pouech
|
40fb62c99f
|
winedump: Dump streams names information out of ROOT object.
|
2011-01-18 12:33:56 +01:00 |
Eric Pouech
|
b7635f96ff
|
winedump: Force the PDB_??_ROOT to always be present in reader object.
|
2011-01-18 12:33:21 +01:00 |
Alexandre Julliard
|
4f574ee942
|
winedump: Try to load the PDB string table from file number 4 too.
|
2011-01-12 11:31:31 +01:00 |
Alexandre Julliard
|
ce6779c9b1
|
winedump: Print the machine field from the PDB symbol table.
|
2011-01-11 16:17:39 +01:00 |
Alexandre Julliard
|
e421ff6b6f
|
winedump: Don't crash when the PDB filenames table isn't found.
|
2011-01-11 16:05:48 +01:00 |
Alexandre Julliard
|
51dd5c2ebb
|
winedump: Fix printing of module sources in PDB files.
|
2011-01-11 16:05:48 +01:00 |
Eric Pouech
|
982775ddae
|
winedump: Added support for dumping FPO streams.
|
2011-01-10 12:51:35 +01:00 |
Eric Pouech
|
a1021a1208
|
winedump: Ensure all PDB fields are printed.
|
2009-11-03 21:19:11 +01:00 |
Eric Pouech
|
a9c7612d4c
|
winedump: Added reference for MSVC 8.
|
2009-06-29 13:14:09 +02:00 |
Francois Gouget
|
96848a0605
|
Remove spaces before '\n's.
|
2009-03-09 12:05:58 +01:00 |
Eric Pouech
|
ac42ebb5dc
|
winedump: First stab at dumping the "new" line information out of pdb files.
|
2008-10-01 09:50:59 -05:00 |
Eric Pouech
|
f8380ba37a
|
winedump: Now dumping codeview source line information.
|
2008-10-01 09:50:43 -05:00 |
Eric Pouech
|
b0a7c55cde
|
winedump: Added support for latest versions of Codeview (VC70).
|
2008-05-01 11:12:06 +02:00 |
Eric Pouech
|
1185c5123d
|
winedump: Print more meaningful information about module list.
|
2008-05-01 11:11:57 +02:00 |
Andrew Talbot
|
2d7cd213f2
|
winedump: Cast-qual warnings fix.
|
2007-07-09 11:46:13 +02:00 |
Dmitry Timoshkov
|
7472fa441a
|
winedump: Fix compilation warnings in 64-bit mode.
|
2007-05-21 15:55:42 +02:00 |
Alexandre Julliard
|
69a88a9d40
|
Fix minor differences in the formatting of the license notices.
|
2007-05-04 12:08:15 +02:00 |
Eric Pouech
|
ae48ede907
|
winedump: Simplify guid dumping.
|
2007-02-12 14:12:03 +01:00 |
Eric Pouech
|
b8ae9dccbe
|
winedump: Fix a couple of issues with types table walking.
Align types to DWORD boundaries.
Split types dumping functions into two versions (one without offsets
table, the second one with offset table).
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
07d681b0d9
|
winedump: Added helper to convert a guid to a string.
|
2007-01-06 11:40:44 +01:00 |
Alexandre Julliard
|
f910e2b5f6
|
winedump: Avoid printf format warnings.
|
2006-12-08 11:39:21 +01:00 |
Dmitry Timoshkov
|
2d9046e209
|
winedump: Avoid returning void from a void function.
|
2006-12-07 15:39:07 +01:00 |
Dmitry Timoshkov
|
53e89174c0
|
winedump: Make output of dump_data fit into 80 columns.
|
2006-12-07 15:39:01 +01:00 |
Eric Pouech
|
bacca3425a
|
winedump: Added support for dumping types from PDB, CV... files.
|
2006-11-30 12:59:15 +01:00 |
Eric Pouech
|
64f7c68554
|
winedump: First shot at dumping PDB files contents.
|
2006-11-30 12:58:56 +01:00 |