winedbg: Store the CONTEXT in each stack frame to enable register access in the non...
[wine] / programs / winedbg / debugger.h
2010-03-31  Eric Pouechwinedbg: Store the CONTEXT in each stack frame to enabl...
2010-03-29  Eric Pouechwinedbg: Store for context variables only the offsets...
2009-12-15  Eric Pouechwinedbg: Allow internal (host) integral variables to...
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: Added a couple of tweaks to properly support...
2009-12-14  Eric Pouechdbghelp: Force 64bit module enumeration on all platforms.
2009-12-14  Eric Pouechwinedbg: Ensure all addresses passed to break functions...
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-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-04-22  Mikołaj Zalewskiwinedbg: Add a crash dialog for --auto mode.
2009-01-20  Francois Gougetwinedbg: Make lexeme_alloc() static in debug.l.
2009-01-20  Francois Gougetwinedbg: Make some functions static.
2008-11-11  Eric Pouechwinedbg: Added scoped symbol picker, and options to...
2008-11-11  Eric Pouechwinedbg: Slightly change the option setting syntax...
2008-11-11  Eric Pouechwinedbg: Rewrote the symbol picking mechanism so that...
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-05-27  Eric Pouechwinedbg: Fixed the print_basic command when dealing...
2008-05-27  Eric Pouechwinedbg: Removed unneeded variable from print_basic.
2008-05-01  Eric Pouechwinedbg: Attach the source files to a given process...
2008-01-14  Eric Pouechwinedbg: Added a way to support differently selector...
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-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-12-20  Alexandre Julliardwinedbg: Fixed a few data types.
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-11  Ge van Geldorpwinedbg: Implement some x86_64 backend routines.
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Eric Pouechwinedbg: Add ability to reload a minidump.
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: Rewrite auto mode.
2006-02-27  Eric Pouechwinedbg: Auto mode.
2006-02-27  Eric Pouechwinedbg: Move gdb command line handling.
2006-02-27  Eric Pouechwinedbg: Active and command line.
2006-02-27  Eric Pouechwinedbg: Cleanup the process_io usage.
2006-02-27  Eric Pouechwinedbg: Active targets
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-29  Eric PouechReplaced stack_get_frame with a pure symbol (and no...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-18  Eric PouechMove print_func_and_args to stack.c, where it belongs.
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-17  Eric PouechSimplification of lex's input reading.
2005-11-16  Eric PouechAdded ability to execute commands from a file passed...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Eric PouechRemoved the macros for verbose memory read/write operat...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2004-12-06  Jeremy WhiteProperly respect a disassemble x,y command (prior behav...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-02-03  Eric Pouech- now detecting Dwarf debug information in ELF modules...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-11-27  Alexandre JulliardPorting fixes.
2003-10-15  Alexandre JulliardGet rid of the memory allocation macros, use real funct...
2003-10-14  Michal Janusz MiroslawExtend displays: now one can add displays active only...
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-02-19  Eric Pouech- removed unused function: SetSymbolValue
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.