- 15 Dec, 2003 1 commit
-
-
Eric Pouech authored
- move all standard (old MESG channel) output to stdout - move all other outputs (TRACE, WARN...) to a new wine debugging channel (winedbg) - replaced quite a few #ifdef:ed out output to new channels (mainly in symbol management area...) - added a new maintenance commands to ease up debugging - updated documentation accordingly
-
- 04 Mar, 2003 1 commit
-
-
Eric Pouech authored
Added (maintenance) configuration var to trigger external debugger on winedbg's exceptions.
-
- 27 Feb, 2003 1 commit
-
-
Eric Pouech authored
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 02 Aug, 2002 1 commit
-
-
Eric Pouech authored
-
- 30 Jul, 2002 1 commit
-
-
Eric Pouech authored
absolute address.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 21 Dec, 2001 1 commit
-
-
Eric Pouech authored
Added boolean type support. Simplified internal types handling.
-
- 25 Jun, 2000 1 commit
-
-
Eric Pouech authored
exception.
-
- 18 Jun, 2000 1 commit
-
-
Eric Pouech authored
- better integration of debugger inner loops (parser & events) - added attach command - improved parser so that it can be entered without any process loaded - added BreakOnFirstChance internal variable - disabled NE module symbol module (which is broken with ASS) - misc portability cleanups
-
- 11 May, 2000 1 commit
-
-
Eric Pouech authored
Added ThreadId and ProcessId internal vars. Allow at startup to pick up a process to debug.
-
- 05 May, 2000 1 commit
-
-
Eric Pouech authored
Made stab parsing more robust (now ignores C++ stabs). Display correct backtrace at first when invoked on unhandled exception. Loads stabs from .so files when those are loaded.
-
- 30 Apr, 2000 1 commit
-
-
Eric Pouech authored
registry and typing) - Finalized use of Windows' Console I/O interface (instead of Unix std streams) - Now handling registers as internal variables (they are no longer seen as a specific type)
-
- 13 Apr, 2000 1 commit
-
-
Eric Pouech authored
Centralized output handling (preparation for console usage). Fixed a few debug information reading options (stabs and sym). Started a framework to hold debugger's internal variables.
-