- 12 Feb, 2007 1 commit
-
-
Eric Pouech authored
Added internal flag (AlsoDebugProcChild) to let winedbg debug both parent and child (in the same WineDbg session).
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 04 Jun, 2004 1 commit
-
-
Eric Pouech authored
unload a module (and it's debugging information), and a process without pain - portabiblity to another CPU should be easier now (CPU dependent backend) - speed up memory allocation - stabs related fixes: + now correctly handling symbol's size + blocks {} in functions are now correctly recognized and stored (also applies to local variables scoping) + better basic types management (less wild guesses in the code) + full support of inline functions (source stepping now shows the code in .h files for example) - removal of external debugger (attaching with gdb is just fine to debug winedbg) - fixed a couple of issues for symbol address handling (address lookup, incorrect type binding) - winedbg now has a man page
-
- 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.
-