Add support for environment variables in the printer settings.
[wine] / debugger /
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.
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-12  Patrik StridvallChanged K&R C function definition to ANSI C.
1999-06-05  Pavel RoskinMake it possible to link Wine statically (at least...
1999-05-24  Eric PouechFixed a few typos.
1999-05-24  Eric PouechCheck when backtracking the stack if frames are correct...
1999-05-22  Ulrich WeigandDon't freeze other thread while it may hold the X criti...
1999-05-22  Marcus MeissnerAdded support for FreeBSD 3.0 to DEBUG_checkmap_bad().
1999-05-17  Ove KaavenMade "Wine-dbg>set *seg:off = val" work (previously...
1999-05-09  Ove KaavenFixed off-by-one bug in memory access check.
1999-05-09  Ove KaavenFixed a couple of bugs (silent backtrace not totally...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Ove KaavenImproved Wine debugger backtrace. New features:
1999-05-08  Uwe BonnesFormat output in DEBUG_ExamineMemory for "d" and "x...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Ove KaavenAdded a possibility to let the internal debugger use...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-11  Ulrich WeigandUse CLIENT_DebuggerRequest to freeze/unfreeze threads.
1999-04-03  Eric PouechPrevent crash in debugger.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-24  Alexandre JulliardAbort on input error.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-13  Sergey TurchanovBuffer size bug in LocateDebugInfoFile.
1999-02-28  Marcus MeissnerMore include optimizations.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-20  Eric PouechFixed backtrack issue on 16bit code.
1999-02-20  Eric PouechChanged LocateDebugInfoFile to reduce stack consumption...
1999-02-20  Eric PouechFixed comment for Wine documentation.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Brian Joseph CzapigaFixed a few #ifdefs.
1999-02-14  Juergen SchmiedImplemented better output for indirect calls.
1999-02-14  Marcus MeissnerAdded possibility to load .stabs/.stabstr sections...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-28  NF StevensImplemented the symbolfile command (as mentioned by...
1999-01-26  Eric PouechFixed typo in type (removed quite a few warnings).
1999-01-24  Sergey TurchanovFixed source line matching for functions in DEBUG_Proce...
1999-01-24  Sergey TurchanovFix for files which do not contain exports (fg, EXE...
1999-01-24  Marcus MeissnerAllow switching off/on of debugmsgs in the debugger.
next