- 18 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 17 Nov, 2005 1 commit
-
-
Eric Pouech authored
32 bit one.
-
- 10 Oct, 2005 1 commit
-
-
Eric Pouech authored
-
- 27 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 19 Aug, 2005 1 commit
-
-
Alexandre Julliard 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
-
- 28 Mar, 2005 1 commit
-
-
Peter Berg Larsen authored
-
- 04 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 03 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 06 Dec, 2004 1 commit
-
-
Jeremy White authored
y-x instructions, no matter how wide each instruction was).
-
- 08 Nov, 2004 1 commit
-
-
Eric Pouech authored
- in backtrace, show at least module when no symbol is found - protect event parsing from command line (when no real number)
-
- 11 Oct, 2004 1 commit
-
-
Robert Shearman authored
native dbghelp.
-
- 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
-
- 25 Feb, 2004 1 commit
-
-
Matt Chapman authored
-
- 03 Feb, 2004 1 commit
-
-
Eric Pouech authored
it) - separated module management (pe.c, elf.c) from debug information management (stabs.c, msc.c) - worked around new wine-pthread and wine-kthread loaders (no longer use "wine" as default loader) - better convergence of gdb-proxy and winedbg for ELF handling - fixed ELF link-map walking - now using all loaded shared libs - (with the help of Robert Shearman) - added a bit of const correctness
-
- 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
-
- 15 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 07 Aug, 2003 1 commit
-
-
Richard Cohen authored
- Make printing for Unicode strings more similar to ASCII.
-
- 13 Nov, 2002 1 commit
-
-
Eric Pouech authored
-
- 25 Oct, 2002 1 commit
-
-
Jeff Smith authored
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 31 Aug, 2002 1 commit
-
-
Marcus Meissner 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.
-
- 26 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
for ssize_t. Removed a couple of no longer used portability functions. Various portability fixes in port.h.
-
- 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.
-
- 23 Jul, 2001 1 commit
-
-
Alexandre Julliard 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
-
- 23 Jul, 2000 1 commit
-
-
Ove Kaaven authored
-
- 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
-
- 04 Jun, 2000 1 commit
-
-
Ulrich Weigand authored
-
- 09 May, 2000 1 commit
-
-
Eric Pouech authored
-
- 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)
-