- now storing frames information in thread structure
[wine] / programs / winedbg / winedbg.c
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-16  Eric PouechAdded ability to execute commands from a file passed...
2005-10-03  Eric PouechNow printing information when changing function while...
2005-08-23  Glenn WursterDon't pass on EH_STACK_INVALID exceptions.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-30  Francois GougetImprove the winedbg usage.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-03-07  Alexandre JulliardMake output line-buffered to avoid messing up log files.
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-07-16  Pierre d'HerbemontDefine the backend_cpu regarding the host processor.
2004-07-04  Eric Pouech- enhanced 'info share' output
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-04-15  Francois GougetHave winedbg send its output to stderr when invoked...
2004-02-03  Eric Pouech- now detecting Dwarf debug information in ELF modules...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-11-27  Alexandre JulliardPorting fixes.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Alexandre JulliardCorrectly pass the exception to the application when
2003-06-30  Catalin PatuleaFixed Unicode string output.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-02-27  Eric PouechRemoved no longer needed UseXTerm internal variable.
2003-02-24  Marcus MeissnerPrint out name of float exceptions.
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.