winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64.
[wine] / programs / winedbg / symbol.c
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-01-31  Eric Pouechwinedbg: Added support for variables with thread storage.
2011-01-10  Eric Pouechwinedbg: Try to detect jump (potentially thunk code...
2010-03-31  Eric Pouechwinedbg: Add some missing symbol flags to pick up local...
2009-12-22  Eric Pouechwinedbg: Fix for stack symbols on 64bit platform.
2009-12-15  Eric Pouechwinedbg: Fix some types for homogenous support on 64bit...
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-10-05  Eric Pouechwinedbg: Properly manage Wine's dbghelp extensions...
2009-08-24  Dylan Smithwinedbg: Fixed listing source of function in file.
2009-04-21  Michael Stefaniucwinedbg: Remove some superfluous pointer casts.
2009-02-02  Marcus Meissnerwinedbg: Check for buffer being NULL.
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...