Added offset for relocating symbols in symbolfile command.
[wine] / debugger /
2002-07-23  Eric PouechAdded offset for relocating symbols in symbolfile command.
2002-07-22  Bill Medland- Document where the stabs information can be found...
2002-07-22  Eric PouechRemoved unnecessary flag.
2002-07-22  Eric PouechFixed very long line reading (and some buffering bugs).
2002-07-20  Eric PouechAdded a remote proxy for gdb.
2002-07-20  Eric PouechInverted inner loops (Win32 debug event handling /...
2002-07-10  Eric PouechEnhanced error handling on input stream reading.
2002-07-10  Eric PouechFixed external debugger startup.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-13  Alexandre JulliardAdded /g debug format to dump GUIDs.
2002-06-13  Alexandre JulliardDon't ask for source file in auto mode.
2002-06-04  Alexandre JulliardAdded --debugmsg option to the debugger.
2002-06-02  Eric PouechAdded ability to turn on/off debug channels.
2002-06-02  Eric PouechReally enter the debugger when DebugBreak(Process)...
2002-06-02  Eric PouechAdded ctrl-c support.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Eric PouechFixed cont/pass mismatch.
2002-05-25  Eric PouechHacked unicode printing feature (x /u).
2002-05-25  Eric PouechFixed wine exec file location after startup modifications.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-04-27  Alexandre JulliardFixed warnings.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-02  Alexandre JulliardMore portable signature check.
2002-04-02  Alexandre JulliardCheck ELF signature before processing file.
2002-04-01  Eric PouechFixed some bugs in first chance exception handling.
2002-04-01  Eric PouechFixed module mapping for debug info when PE section...
2002-03-23  Tijs van BakelAdded support for C++ identifier syntax.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechAdded the detach command to the debugger.
2002-02-26  Eric PouechCosmetic fixes to 'walk proc' command.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-21  Peter HunnisettAvoid assert for very large C++ .so files.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-04  Eric PouechFixed some bad behavior when many symbols with same...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-18  Eric PouechFixes char array in structure dumping.
2002-01-12  Eric PouechEnhance display for symbol picking.
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...
next