wineoss: Renamed the dlls/winmm/wineoss directory to dlls/wineoss.drv.
[wine] / dlls / dbghelp / dbghelp_private.h
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Added struct location to help computing a...
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-27  Eric Pouechdbghelp: Simplify code with function to get section...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-26  Eric Pouechdbghelp: Dwarf & thunks.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Pass .debug_loc section information to dwarf.
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-06-20  Eric Pouechdbghelp: Added another basic type for storage: the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-12-19  Eric Pouechdbghelp: Return proper size for local & parameters...
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support:
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-18  Vincent BéronFix some types problems.
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-07  Jon GriffithsVectors need all 32 bits to handle _really_ large apps.
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.