winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64.
[wine] / programs / winedbg / tgt_active.c
2012-01-18  Alexandre Julliardwinedbg: Display the crash details dialog from a separa...
2012-01-17  Alexandre Julliardwinedbg: Append some system information to the crash...
2012-01-17  Alexandre Julliardwinedbg: Add a dialog to display crash details and...
2012-01-17  Alexandre Julliardwinedbg: Split minidump option handling to a separate...
2012-01-16  Alexandre Julliardwinedbg: Kill the whole target process on exit in auto...
2010-11-23  Eric Pouechwinedbg: Moved into a common function all code dealing...
2010-09-14  André Hentschelwinedbg: Only add ContextFlags which are defined.
2010-09-03  Jerome Leclanchewinedbg: Escape args in a WINE_FIXME.
2010-05-25  Andrew Eikumwinedbg: Allow user to specify length of stack info...
2010-04-20  Eric Pouechwinedbg: Correctly display whether we're in 32 vs 64...
2010-04-13  Eric Pouechwinedbg: Use standard Wine lists for threads.
2010-03-31  Eric Pouechwinedbg: Store the CONTEXT in each stack frame to enabl...
2010-03-29  Mikhail Maroukhineprograms: Fix compiler warnings with flag -Wcast-qual.
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-14  Eric Pouechwinedbg: Ensure all addresses passed to break functions...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-12-09  Alexandre Julliardwinedbg: Use the explicit name for all A/W function.
2009-06-05  Alexandre Julliardwinedbg: Add wrappers for Read/WriteProcessMemory to...
2009-05-20  Rico Schüllerwinedbg: Do not print more than 9 characters from pThre...
2009-04-22  Mikołaj Zalewskiwinedbg: Add a crash dialog for --auto mode.
2009-01-09  Alexandre Julliardwinedbg: Fix pointer cast warnings on 64-bit.
2008-10-27  Eric Pouechwinedbg: Add a kill command to kill the current process.
2008-10-20  Eric Pouechwinedbg: Added a command to allow loading mismatched...
2008-10-20  Eric Pouechwinedbg: Use Unicode strings for all module references.
2008-09-04  Eric Pouechwinedbg: Search default debuggee dir for symbol informa...
2008-06-24  Michael Stefaniucwinedbg: Fix "floating pointer" typo.
2008-01-14  Eric Pouechwinedbg: Added a way to support differently selector...
2007-11-13  Alexandre Julliardwinedbg: Print a backtrace in --auto mode.
2007-08-31  Francois Gougetwinedbg: 'winedbg --auto' and 'winedbg --minidump'...
2007-05-23  Peter Oberndorferwinedbg: Only check for break/watch points on first...
2007-05-23  Peter Oberndorferwinedbg: Show some info for msvcrt C++ exceptions.
2007-03-06  Eric Pouechwinedbg: Forward the wShowWindow option from winedbg...
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-10-03  Eric Pouechwinedbg: Fixed the auto mode.
2006-10-02  Peter Oberndorferwinedbg: Don't try to read to invalid memory if winedbg...
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-08-14  Eric Pouechwinedbg: Don't ask for module inspection when calling...
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-05-15  Eric Pouechwinedbg: Fixed regression for command 'bt all'.
2006-03-21  Jeff Latimerwinedbg: Add display for floating point status.
2006-03-20  Jeff Latimerwinedbg: Copy floating point status to the dbgcontext.
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-03-02  Eric Pouechwinedbg: process_io
2006-03-02  Eric Pouechwinedbg: main_loop.
2006-02-28  Eric Pouechwinedbg: Added a close_process method to process_io.
2006-02-28  Eric Pouechwinedbg: Extend auto mode with minidump.
2006-02-28  Eric Pouechwinedbg: Rewrite auto mode.
2006-02-27  Eric Pouechwinedbg: Auto mode.
2006-02-27  Eric Pouechwinedbg: Active and command line.
2006-02-27  Eric Pouechwinedbg: Active targets
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...