- 09 Jan, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 06 Dec, 2005 1 commit
-
-
Eric Pouech authored
-
- 05 Dec, 2005 1 commit
-
-
Eric Pouech authored
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the type of the symbol (we were returning the symbol index instead) - fixed winedbg accordingly
-
- 17 Nov, 2005 1 commit
-
-
Eric Pouech authored
32 bit one.
-
- 19 Aug, 2005 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2005 1 commit
-
-
Eric Pouech authored
- misc clean-ups - activate symbol demangling by default
-
- 28 Sep, 2004 1 commit
-
-
Eric Pouech authored
- fixed regression in 'info symbol XXXX' command (and enhanced presentation) - fixed regression in line stepping - fixed regression in & (address operator) handling - fixed some bad module reference for local symbols - enhanced register presentation as local variables - added warning when launching a debuggee which isn't a Wine app - removed the 'local' extension of display command (and check when setting the display whether the expr has a local binding) - simplified exception handling, and factorized some code when debugger stops
-
- 22 Aug, 2004 1 commit
-
-
Eric Pouech authored
- fixed recursion in type printing - now all type-id are stored with the base address of the module which defines the type (struct dbg_type takes care of this pairing) - fixed a couple of bugs in display handling - fixed strings print and examination
-
- 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
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 05 Jan, 2003 1 commit
-
-
Eric Pouech authored
-
- 16 Sep, 2002 1 commit
-
-
Eric Pouech authored
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 25 May, 2002 1 commit
-
-
Eric Pouech authored
Made the type casts a bit more robust.
-
- 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.
-
- 15 Aug, 2001 1 commit
-
-
Eric Pouech authored
of struct id1, or the identifier id2 in dll id1. Enhanced some error reporting as well as 'info local' display layout. Minor cosmetic changes.
-
- 23 Apr, 2001 1 commit
-
-
Eric Pouech authored
-
- 15 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 26 Dec, 2000 1 commit
-
-
Joerg Mayer authored
- moved inline statements to front - fixed the trivial cases of signed/unsigned comparisons
-
- 01 Dec, 2000 1 commit
-
-
Eric Pouech authored
-
- 24 Sep, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 25 Jul, 2000 1 commit
-
-
Eric Pouech authored
- segmented expressions didn't display correctly - using dynamic size array for nested types parsing - correct display of source code after a crash factorized some code
-
- 08 Jul, 2000 1 commit
-
-
Peter Hunnisett authored
expose further bad code - Print of pointer used as array now works
-
- 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.
-
- 15 Mar, 2000 1 commit
-
-
Eric Pouech authored
Added watch (hardware assisted debugging) and whatis (type of expr) commands. Fixed some issues in local vars handling (stabs parsing & registers optimization).
-
- 09 Mar, 2000 1 commit
-
-
Eric Pouech authored
-
- 08 Mar, 2000 1 commit
-
-
Eric Pouech authored
Execution context (mode, steps...) are now linked to a thread. Removed some X11 crst hacks. Rewrote info/walk commands. Removed direct debugger invocation code (and moved the rest to the new winedbg.c file).
-
- 13 Nov, 1999 1 commit
-
-
Ulrich Weigand authored
-
- 24 Oct, 1999 1 commit
-
-
Marcus Meissner authored
-
- 23 Oct, 1999 1 commit
-
-
Ulrich Weigand authored
-
- 24 May, 1999 1 commit
-
-
Eric Pouech authored
-
- 17 May, 1999 1 commit
-
-
Ove Kaaven authored
"Wine-dbg>set *off = val" worked).
-
- 25 Apr, 1999 1 commit
-
-
Ove Kaaven authored
heap. Not enabled by default, change #if in include/debugger.h to use this (the heap allocator is very slow).
-
- 28 Feb, 1999 1 commit
-
-
Marcus Meissner authored
-