dbghelp: Recognize DT_GNU_HASH.
[wine] / dlls / dbghelp / msc.c
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-30  Eric Pouechmscvpdb.h: Update some definitions (constants, structur...
2006-11-30  Eric Pouechdbghelp: Moved mscvpdb.h file to include/wine to allow...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-10-06  James Hawkinsdbghelp: Remove redundant NULL checks before pdb_free...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-03-18  Eric Pouechdbghelp: MSC fixes.
2006-03-18  Eric Pouechdbghelp: Support for LF_VTSHAPE in MSC.
2006-03-18  Eric Pouechdbghelp: MSC forward declaration.
2006-03-18  Eric Pouechdbghelp: Type parsing refactoring.
2006-03-18  Eric Pouechdbghelp: Fixes for NB11 types.
2006-03-18  Eric Pouechdbghelp: MSC handling of function signature's parameters.
2006-03-18  Eric Pouechdbghelp: Cleanup MSC bitfield handling.
2006-03-18  Eric Pouechdbghelp: Fieldlist.
2006-03-18  Eric Pouechdbghelp: MSC types.
2006-03-18  Eric Pouechdbghelp: Types parsing.
2006-03-18  Eric Pouechdbghelp: CV's ssearch.
2006-03-18  Eric Pouechdbghelp: Moved codeview structures and definitions...
2006-03-18  Eric Pouechdbghelp: Compiland and source files are not the same...
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-05-18  Alexandre JulliardFixed a couple of warnings.
2005-05-18  Raphael JunqueiraFix open_pdb_file (used for locate/open pdbs):
2005-03-29  Eric Pouech- PDB: better checking for error conditions
2005-03-15  Filip NavaraInitialize the "toc" field in the pdb_lookup structure...
2005-02-09  Mike HearnChange an ERR to a WARN.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-21  Eric Pouech- moved into new mscvpdb.h (out of msc.c) all types...
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-04  Robert ShearmanFix the loading .dbg files by no longer using RtlImageN...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-05-24  Eric Pouech- some more fixes to elf module's symbol table handling...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.