services: Handle realloc failures better (Coverity).
[wine] / programs / winedbg / symbol.c
2008-12-05  Vincent Povirkwinedbg: Fix string format warnings.
2008-11-11  Eric Pouechwinedbg: Added scoped symbol picker, and options to...
2008-11-11  Eric Pouechwinedbg: Rewrote the symbol picking mechanism so that...
2008-08-18  Eric Pouechwinedbg: Don't force integral values while displaying...
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2007-04-26  Alexandre Julliardwinedbg: Properly handle EOF on input.
2007-03-08  Peter Oberndorferwinedbg: Do not write over const char * parameter.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-06  Eric Pouechwinedbg: Added support for constant values passed by...
2006-12-04  Eric Pouechwinedbg: Dwarf can emit REGREL symbol information,...
2006-12-04  Eric Pouechwinedbg: Remove some hassle from sgv_cb, and handle...
2006-12-04  Eric Pouechwinedbg: No longer test filename in sgv_cb, but do...
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-08-14  Eric Pouechwinedbg: Fixed the symbol lookup so that it can really...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
2005-12-03  Eric Pouechwinedbg: simplify some code.
2005-12-03  Eric Pouechwinedbg: fixed regression in 'info local' command.
2005-11-29  Eric PouechReplaced stack_get_frame with a pure symbol (and no...
2005-11-18  Eric PouechCentralized calls for SymSetContext, we only do it...
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-17  Eric PouechWhen a symbol name already contains a module name,...
2005-05-23  Eric PouechRemoved the macros for verbose memory read/write operat...
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-07-04  Eric Pouech- enhanced 'info share' output
2004-06-04  Eric Pouech- all symbol information storage is now module relative...