atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / dbghelp.c
2011-03-04  Marcus Meissnerdbghelp: Local variable used out of scope (Coverity).
2010-09-20  André Hentscheldbghelp: Add ARM support.
2010-08-23  Austin Englishdbghelp: Add initial Sparc CPU support.
2010-05-28  André Hentscheldbghelp: Use the available PowerPC functions.
2009-12-31  André Hentscheldbghelp: Fix a typo.
2009-12-23  Eric Pouechdbghelp: Hacked a StackWalk implementation for x86_64.
2009-12-23  Eric Pouechdbghelp: Create a cpu backend to store CPU dependent...
2009-12-22  Eric Pouechdbghelp: Generalize helper to get a string from an...
2009-12-15  Marcus Meissnerdbghelp: Check for NULL return from process_find_by_han...
2009-12-14  Eric Pouechdbghelp: Don't return error when validating a 64bit...
2009-12-14  Eric Pouechdbghelp: Rewrote the SymRegisterCallback function so...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-12-14  Eric Pouechdbghelp: Make the module enumeration process compatible...
2009-12-10  Alexandre Julliarddbghelp: Fix an invalid pointer cast.
2009-03-25  Ken Thomasesdbghelp: Add support for debugging Mach-O modules.
2008-11-18  Ricardo Filipedbghelp: Fixed dead store (llvm/clang).
2008-01-18  Eric van Beurdendbghelp: Return TRUE in SymInitializeW if process is...
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-02-22  Eric Pouechdbghelp: A few fixes related to Unicode translation.
2007-02-22  Eric Pouechdbghelp: Moved the internals for registered callback...
2006-12-04  Eric Pouechdbghelp: Now that symbol's value computation depend...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-04-19  Alexandre Julliarddbghelp: Don't fail to initialize if we can't load...
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: SymSetContext should return FALSE when setting...
2006-01-23  Eric Pouechdbghelp: Live targets.
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2005-12-20  Eric Pouechdbghelp: Added a few extensions to make windbg happy.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-29  Eric PouechAdded stub for dbghelp.SymRegisterCallback64.
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-07  Eric PouechWhen initializing a live target, ask to load module...
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-07-04  Eric Pouech- added support for GCC static local variables
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.