winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64.
[wine] / programs / winedbg / types.c
2012-06-15  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2010-04-13  Eric Pouechwinedbg: Merge pointer deref and array index functions...
2009-12-15  Eric Pouechwinedbg: Allow internal (host) integral variables to...
2009-12-14  Eric Pouechwinedbg: Enforce 64bit modules address on 64bit platforms.
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-08-27  Dylan Smithwinedbg: Resolve typedefs when checking for user define...
2009-06-29  Eric Pouechwinedbg: Correctly print type for functions without...
2009-06-29  Eric Pouechwinedbg: Print array size when looking at its type.
2009-04-21  Michael Stefaniucwinedbg: Remove some superfluous pointer casts.
2009-03-30  Eric Pouechwinedbg: Fix the way array derefs are done.
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-01-09  Alexandre Julliardwinedbg: Fix pointer cast warnings on 64-bit.
2008-12-05  Vincent Povirkwinedbg: Fix string format warnings.
2008-05-27  Eric Pouechwinedbg: Fixed the print_basic command when dealing...
2008-05-27  Eric Pouechwinedbg: Removed unneeded variable from print_basic.
2007-11-16  Gerald Pfeiferwinedbg: Fix type of loop variable in types_udt_find_el...
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-03-05  Eric Pouechwinedbg: Fix printing function signature type for circu...
2007-03-05  Eric Pouechwinedbg: Fix maint type when no process is active.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Host references lookup.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-06-05  Eric Pouechwinedbg: Correct typedefs in type manipulations.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Eric Pouechwinedbg: extract_as_integer
2006-01-23  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-18  Eric PouechNative dbghelp doesn't provide names for basic type...
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-10-03  Eric PouechFixed bitfield extraction.
2005-10-03  Eric PouechFixed array dereferencing.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.