Fixed vm86_enter race conditions.
[wine] / debugger /
2001-12-24  Bill MedlandFixed vsnprintf return value check.
2001-12-21  Eric PouechFixed stabs parsing for GCC 3.0 (default types).
2001-12-06  Dave HawkesFix for some types of C++ debug info that can cause...
2001-11-25  Eric PouechFixed IO when not run with wineconsole.
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-08  Marcus MeissnerWINELIB applications (like reaktivate) might have very...
2001-10-08  Alexandre JulliardProvide help even when in the NOPROCESS state.
2001-10-04  Alexandre JulliardDon't ignore first chance debug exceptions since it...
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-15  Eric PouechFixed the parsing of id1.id2 which could be either...
2001-08-10  Eric PouechFixes for Solaris X86.
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-08-03  Marcus MeissnerCheck for -1 as the undefined value for handles before...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-11  Alexandre JulliardAdded disassembly for 0x0f 0x5x opcodes.
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-19  James JuranAccept responses from 1..n when choosing from multiple...
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-24  Marcus MeissnerAdded some more disassembly instructions (notably rdtsc...
2001-04-23  Marcus MeissnerAdded some MMX disassembly to the debugger.
2001-04-23  Eric PouechFixed getting a variable address.
2001-04-23  Eric PouechFixed float variables display.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-13  Eric PouechEnhanced robustness at startup.
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-04-09  James HathewayModify debugger to understand special undocumented...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-24  Andreas MohrDocumentation updates.
2001-01-22  Jon GriffithsIncreased debugger include limit to 512.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-09  Alexandre JulliardRemoved obsolete file.
2000-12-29  François GougetCompile the debugger with STRICT on.
2000-12-26  Joerg MayerFix the trivial compiler warnings in debugger/ when...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Eric PouechCleaned up internal types definition.
2000-12-01  Eric PouechImproved stabs loading (now using recursive parsing...
2000-12-01  Eric PouechWork around for deref issues (least impact solution...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-29  Dimitrie O. PaunDo not use a.out.h.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Andreas MohrCosmetics.
2000-11-15  Dmitry TimoshkovSkip directories when loading debug symbols.
2000-11-15  Eric PouechImproved internal module handling (module now have...
2000-11-12  Eric PouechMake use of Windows structure for COFF info.
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-11-07  Ulrich Weigand- Take OMAP records into account to correct symbol...
2000-11-06  Alexandre JulliardBetter error message when an include file is not found...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-29  Uwe BonnesDEBUG_ProcessDBGFile: use a stack variable for the...
2000-10-29  Juergen Schmied- enable loading of pdb files named in NB10 records...
2000-10-29  Uwe BonnesDEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before...
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-22  Eric PouechAdded advapi32 to imported DLLs list.
2000-10-22  Ulrich WeigandPDB symbol header format depends only on version code.
2000-10-22  Eric PouechFixed floating point data printing and made basic types...
2000-10-12  Juergen SchmiedFixed loading of symbols from libraries.
2000-10-02  Alexandre JulliardFixed backtrace for apps that never called down to...
2000-09-29  Gerald PfeiferAdded missing cast.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardImproved support for vm86 mode.
2000-09-18  Alexandre JulliardMisc cleanups.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-12  Uwe BonnesUse tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-09-02  Gerald PfeiferAdded two missing casts.
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-18  Dmitry TimoshkovDo not crash if path is NULL in DEBUG_ProcessElfFileFro...
2000-08-15  Eric PouechEnhanced ELF files lookup for symbolic info.
2000-08-15  Eric PouechFixed regression in break command.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-04  Patrik StridvallFixed some warnings.
2000-08-04  Hidenori TakeshimaAdded a few missing imports.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-07-31  Ove KaavenTidyed up stack backtrace code a bit, and added a simpl...
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
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-23  Ove KaavenComment out a nonfunctional DOS part of debugger.
2000-07-15  Ian SchmidtAdded Pentium Pro/2/3/4 conditional move instructions.
2000-07-10  Eric PouechRemoved extraneous trace message.
2000-07-10  Eric PouechUnconditionnally print messages on DLL load breakpoint.
2000-07-10  Andreas MohrFixed winedbg watchpoints.
2000-07-08  Peter Hunnisett- Explicit init of rtn.cookie in DEBUG_EvalExpr to...
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-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-06-08  Alexandre JulliardStrip path name from dll when adding symbols.
next