Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
[wine] / debugger /
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.
2000-06-04  Ulrich WeigandCompile fixes for non-i386 archs.
2000-05-26  James JuranDEBUG_ExternalDebugger() needs to be a part of wine...
2000-05-11  Eric PouechFixed %p in printf (now using wsprintf which doesn...
2000-05-09  Eric PouechFixed x /s command.
2000-05-07  Marcus MeissnerOld versions of glibc might not have STN_UNDEF defined.
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-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-25  Ulrich WeigandImproved CodeView type information loader.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-16  Alexandre JulliardImplemented 'walk process' and 'walk threads' commands...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-14  Alexandre JulliardAdded missing winestub dependency.
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-28  Patrik StridvallFixed some ANSI C violations.
2000-03-26  Eric PouechNow read .so list from debuggee's address space.
2000-03-26  Eric Pouechimproved exception handling
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Eric PouechFixed basic type evaluation.
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 PouechNow relying on exception codes to know when debugger...
2000-03-09  Eric PouechAdded proc to start debugging process from its command...
2000-03-09  Eric PouechCleanup.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-23  Ulrich WeigandBugfix: missing NULL pointer checks.
2000-01-15  Gerard PatelDisplay the external modules after the internal modules...
2000-01-05  Ulrich WeigandBugfix: uninitialized pointer caused crashes.
2000-01-04  Eric PouechUse case insensitive comparison while searching for...
1999-12-10  Ulrich WeigandParse CodeView type/symbol info with 32-bit type indices.
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandMade debugger compile and marginally work on non-Intel...
1999-10-31  Rein KlazesCorrected operand sizes for the "enter" instruction.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Marcus MeissnerAdded missing include.
1999-10-23  Eric PouechAllow loading of modules debug information after first...
1999-10-23  Ulrich WeigandBugfix: Perform proper process shutdown on 'quit' and...
1999-10-23  Eric PouechFixed potential crash in string variable printing.
1999-09-19  Ulrich WeigandBugfix: (E)IP-relative offsets depend on operand, not...
1999-09-03  Eric PouechFixed crash.
1999-08-21  Eric PouechReally do a silent backtrace when requested.
1999-08-21  Eric PouechDo not set the address if the symbol is still tagged...
1999-08-21  Eric PouechAdded support for N_BINCL and N_EINCL instructions.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-24  Kevin HolbrookAdded utility function to invoke external debugger.
1999-07-24  Kevin HolbrookAvoid crashing on a bad symbol address of 0x0000.
1999-07-18  Patrik StridvallMake it possible to compile with GNU C's -I- option.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-27  Ulrich WeigandBugfix: Grp8 instructions have *byte* BitOffset operand.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Juergen LockFix (well kludge around) FreeBSD's `Invalid address...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardDebugger is now called by exception handling.
next