- 16 Nov, 2007 1 commit
-
-
Gerald Pfeifer authored
-
- 03 Aug, 2007 1 commit
-
-
Francois Gouget authored
Also add a number of missing prototypes, especially 64bit or Unicode versions of existing prototypes, and the related structures. Update win32.api to fix the winapi_check warnings.
-
- 05 Mar, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 27 Nov, 2006 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
Since more and more information in now available through the CPU registers, those require DLV_HOST access to be a bit better handled than it is...
-
- 05 Oct, 2006 1 commit
-
-
Francois Gouget authored
-
- 26 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 20 Jun, 2006 1 commit
-
-
Eric Pouech authored
Added types_get_real_type() to get rid of typedef information, and access the real underlying type.
-
- 05 Jun, 2006 1 commit
-
-
Eric Pouech authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 17 May, 2006 1 commit
-
-
Eric Pouech authored
- now supporting extract_as_integer on functions (so that, for example, 'disas foo' works as expected) - now properly handling errors when calling extract_as_integer
-
- 23 Jan, 2006 2 commits
-
-
Alexandre Julliard authored
-
Eric Pouech authored
-
- 18 Nov, 2005 1 commit
-
-
Eric Pouech authored
basic type names in winedbg.
-
- 17 Nov, 2005 2 commits
-
-
Eric Pouech authored
symbol-type (symt) which links both to arguments' type and to function prototype - added this new type to dbghelp - implemented its use in winedbg
-
Eric Pouech authored
32 bit one.
-
- 03 Oct, 2005 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 24 May, 2005 1 commit
-
-
Eric Pouech authored
process, minidump...) - all read/write memory ops are now done thru a centralized process_io facility - minor fixes & cleanups in CPU backends
-
- 23 May, 2005 1 commit
-
-
Eric Pouech authored
- misc clean-ups - activate symbol demangling by default
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 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
-
- 09 Oct, 2003 1 commit
-
-
Daniel Marmier authored
-
- 23 Sep, 2003 1 commit
-
-
Jon Griffiths authored
-
- 07 Aug, 2003 1 commit
-
-
Richard Cohen authored
- Make printing for Unicode strings more similar to ASCII.
-
- 17 Feb, 2003 1 commit
-
-
Eric Pouech authored
- reimplemented DumpTypes so that it really dumps the types content - now printing type information in 'info sym'
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 02 Aug, 2002 1 commit
-
-
Eric Pouech authored
-
- 13 Jun, 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.
-
- 18 Jan, 2002 1 commit
-
-
Eric Pouech authored
-
- 21 Dec, 2001 1 commit
-
-
Eric Pouech authored
Added boolean type support. Simplified internal types handling.
-
- 06 Dec, 2001 1 commit
-
-
Dave Hawkes authored
-