Added $regs as a variable for displaying all registers.
[wine] / debugger / debugger.h
2002-08-02  Eric PouechAdded $regs as a variable for displaying all registers.
2002-07-30  Eric PouechAdded ability to defer breakpoint setting for breakpoin...
2002-07-29  Eric PouechAdded source command.
2002-07-23  Eric PouechAdded offset for relocating symbols in symbolfile command.
2002-07-22  Eric PouechFixed very long line reading (and some buffering bugs).
2002-07-20  Eric PouechInverted inner loops (Win32 debug event handling /...
2002-06-13  Alexandre JulliardDon't ask for source file in auto mode.
2002-06-02  Eric PouechAdded ability to turn on/off debug channels.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Eric PouechHacked unicode printing feature (x /u).
2002-04-01  Eric PouechFixed some bugs in first chance exception handling.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechAdded the detach command to the debugger.
2002-02-04  Eric PouechFixed some bad behavior when many symbols with same...
2001-12-21  Eric PouechFixed stabs parsing for GCC 3.0 (default types).
2001-11-23  Eric PouechRevisited console support (got rid of old hacks and...
2001-08-15  Eric PouechFixed the parsing of id1.id2 which could be either...
2001-08-06  Eric PouechExtended bt command to display backtrace of another...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-05-21  Eric PouechAdded the notion of delayed breakpoint (when a function...
2001-05-03  Eric PouechStarted handling of several symbols with the same name.
2001-04-09  James HathewayModify debugger to understand special undocumented...
2000-12-01  Eric PouechCleaned up internal types definition.
2000-11-15  Eric PouechImproved internal module handling (module now have...
2000-09-24  Alexandre JulliardImproved support for vm86 mode.
2000-09-01  James AbbatielloFix for debugger disassembly being off by one byte...
2000-08-15  Eric PouechEnhanced ELF files lookup for symbolic info.
2000-07-25  Eric Pouechfixed a number of long standing bugs:
2000-07-08  Peter Hunnisett- Explicit init of rtn.cookie in DEBUG_EvalExpr to...
2000-06-18  Eric Pouech- cleaned-up break handling
2000-06-04  Ulrich WeigandCompile fixes for non-i386 archs.
2000-05-11  Eric PouechFixed %p in printf (now using wsprintf which doesn...
2000-05-05  Eric PouechFixed some buffer overflows.
2000-04-30  Eric Pouech- Enhanced internal variables framework (including...
2000-04-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-16  Alexandre JulliardImplemented 'walk process' and 'walk threads' commands...
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-03-26  Eric Pouechimproved exception handling
2000-03-15  Eric PouechIntroduced DBG_VALUE struct to manipulate debugger...
2000-03-09  Eric PouechNow relying on exception codes to know when debugger...
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.