Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
[wine] / debugger / winedbg.c
2001-11-23  Eric PouechRevisited console support (got rid of old hacks and...
2001-10-22  Alexandre JulliardAdded "--auto" option.
2001-10-21  Andreas MohrCosmetics.
2001-10-04  Alexandre JulliardDon't ignore first chance debug exceptions since it...
2001-08-15  Eric PouechFixed the parsing of id1.id2 which could be either...
2001-08-07  Eric PouechNow tries to print the symbol name of a crst when it...
2001-08-06  Eric PouechExtended bt command to display backtrace of another...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-11  Alexandre JulliardBetter error reporting on DebugActiveProcess failure.
2001-05-21  Eric PouechAdded the notion of delayed breakpoint (when a function...
2001-05-05  Alexandre JulliardDelay import of user32 to allow debugging crashes in...
2001-05-03  Eric PouechStarted handling of several symbols with the same name.
2001-04-13  Eric PouechEnhanced robustness at startup.
2001-04-09  James HathewayModify debugger to understand special undocumented...
2000-12-29  François GougetCompile the debugger with STRICT on.
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-11-25  Andreas MohrCosmetics.
2000-11-15  Eric PouechImproved internal module handling (module now have...
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-09-24  Alexandre JulliardImproved support for vm86 mode.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-01  James AbbatielloFix for debugger disassembly being off by one byte...
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Eric Pouechfixed a number of long standing bugs:
2000-07-10  Eric PouechUnconditionnally print messages on DLL load breakpoint.
2000-06-25  Eric PouechAdded BreakOnDllLoad internal var, cleaned up register...
2000-06-24  Eric PouechDon't block endlessly after last debugged process has...
2000-06-18  Eric Pouech- cleaned-up break handling
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
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-05-03  Alexandre JulliardFixed COORD structure definition.
2000-05-01  Eric PouechFixed segv when debugger registry key doesn't exist.
2000-04-30  Eric Pouech- Enhanced internal variables framework (including...
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-10  Alexandre JulliardFixed OUTPUT_DEBUG_STRING pointer handling.
2000-03-09  Eric PouechAdded proc to start debugging process from its command...
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.