- now storing frames information in thread structure
[wine] / programs / winedbg / debugger.h
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-17  Eric PouechSimplification of lex's input reading.
2005-11-16  Eric PouechAdded ability to execute commands from a file passed...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
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 PouechRemoved the macros for verbose memory read/write operat...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2004-12-06  Jeremy WhiteProperly respect a disassemble x,y command (prior behav...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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-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-10-15  Alexandre JulliardGet rid of the memory allocation macros, use real funct...
2003-10-14  Michal Janusz MiroslawExtend displays: now one can add displays active only...
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
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-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-19  Eric Pouech- removed unused function: SetSymbolValue
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.