- 23 Apr, 2012 1 commit
-
-
André Hentschel authored
-
- 26 Mar, 2012 1 commit
-
-
Michael Stefaniuc authored
-
- 10 Jan, 2011 1 commit
-
-
Eric Pouech authored
-
- 25 Mar, 2009 1 commit
-
-
Ken Thomases authored
-
- 19 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 20 Oct, 2008 1 commit
-
-
Eric Pouech authored
dbghelp: Report in module's info when a module's debug information has been mismatched (dbg and pdb only).
-
- 04 Sep, 2008 3 commits
-
-
Eric Pouech authored
dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in a directory, whatever the dbghelp's options.
-
Eric Pouech authored
When looking for a .DBG file, first look for a .DBG file matching all attributes, then for a .DBG partially matching the attributes.
-
Eric Pouech authored
When looking for a PDB file, no longer use SymFindFileInPath as it doesn't actually check the signatures, but use an internal function instead.
-
- 18 Jan, 2008 1 commit
-
-
Eric van Beurden authored
-
- 03 Aug, 2007 1 commit
-
-
Francois Gouget authored
Also add a number of missing prototypes, especially 64bit or Unicode versions of existing prototypes, and the related structures. Update win32.api to fix the winapi_check warnings.
-
- 01 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 22 Feb, 2007 7 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 30 Nov, 2006 1 commit
-
-
Eric Pouech authored
-
- 30 Oct, 2006 1 commit
-
-
Andrew Talbot authored
-
- 13 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 11 May, 2006 2 commits
-
-
Eric Pouech authored
- implemented correct lookup when SymFindFileInPath is called to find a PDB file - added pdb_fetch_file_info to gather relevant information - when looking for a PDB file (from a .EXE or a .DLL), now using SymFindFileInPath to locate the PDB file with the correct information
-
Eric Pouech authored
- implemented SymInitializeW (and made SymInitialize call it) - implemented Sym{SG}etSearchPathW (and made Sym{SG}etSearchPath call them) - per process search path is now stored as unicode string
-
- 20 Feb, 2006 2 commits
-
-
Eric Pouech authored
Rewrote virtual modules handling so that it's an option to either PE or ELF modules rather than a specific type.
-
Eric Pouech authored
criteria (it was mainly doing the opposite).
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 29 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 18 May, 2005 1 commit
-
-
Raphael Junqueira authored
- pdb_match heuristic now only stop when "first file" exists - SymFindFileInPath now fill output buffer with a valid value on success.
-
- 29 Mar, 2005 1 commit
-
-
Eric Pouech authored
. added timestamp & checksum in PE module . added size & checksum in ELF module . wine loader now appears with its pathname. - Implemented PE & ELF timestamp & checksum validation in SymFindFileInPath.
-
- 21 Oct, 2004 1 commit
-
-
Francois Gouget authored
Use PVOID instead of void* for consistency. Update the dbghelp section in win32.api.
-
- 05 Oct, 2004 1 commit
-
-
Wolfgang Schwotzer authored
-
- 14 Jun, 2004 1 commit
-
-
Eric Pouech authored
SymMatchFileName - made use of SymFindFileInPath to lookup .dbg and .pdb files - fixed a crash in CodeView enum handling
-
- 05 Apr, 2004 1 commit
-
-
Eric Pouech authored
-