Map 32 bits resource for 16 bits print dialog.
[wine] / debugger /
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.
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.
next