Peter Oberndorfer
|
68a4da07eb
|
Added stub for SymSetParentWindow.
|
2005-07-29 14:42:37 +00:00 |
Alexandre Julliard
|
f84401aa17
|
Sort entry points in the same order as Windows.
|
2005-06-23 09:57:11 +00:00 |
Paul Vriens
|
4129e6e17f
|
Add SymLoadModule64.
|
2005-05-29 20:02:42 +00:00 |
Eric Pouech
|
642402d581
|
Added support for minidump (read & write).
|
2005-03-07 11:03:21 +00:00 |
Francois Gouget
|
9c3246803b
|
Fix the declaration of SymEnumSymbols() in dbghelp.spec.
Use PVOID instead of void* for consistency.
Update the dbghelp section in win32.api.
|
2004-10-21 19:57:56 +00:00 |
Robert Shearman
|
6c50556e8b
|
Fix function and structure field types so we are compatible with the
native dbghelp.
|
2004-10-11 21:00:17 +00:00 |
Robert Shearman
|
6f17eee7a9
|
Implement ImageDirectoryEntryToData by forwarding it to the ntdll
implementation of the function.
|
2004-09-10 19:34:29 +00:00 |
Eric Pouech
|
eb25084eee
|
- implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath,
SymMatchFileName
- made use of SymFindFileInPath to lookup .dbg and .pdb files
- fixed a crash in CodeView enum handling
|
2004-06-14 17:58:31 +00:00 |
Eric Pouech
|
800864a050
|
First shot at implementing dbghelp.
|
2004-04-05 22:21:27 +00:00 |