- 23 May, 2007 1 commit
-
-
Peter Oberndorfer authored
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 14 Dec, 2006 1 commit
-
-
Francois Gouget authored
-
- 04 Dec, 2006 1 commit
-
-
Eric Pouech authored
pointer value, be sure to have the relevant insn ptr value when fetching the stack frames (spotted by Peter Oberndorfer).
-
- 26 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 27 Mar, 2006 1 commit
-
-
Petr Tesarik authored
-
- 27 Jan, 2006 1 commit
-
-
Eric Pouech authored
- implemented hardware assisted breakpoints (new 'hbreak' command which behaves just as 'break' command) - small improvements to break handling (saving hit xpoint across exception handling) - fixed 'cont N' command for watchpoints
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 17 Nov, 2005 1 commit
-
-
Eric Pouech authored
32 bit one.
-
- 03 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 24 May, 2005 2 commits
-
-
Hans Leidekker authored
-
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 Mar, 2005 1 commit
-
-
Francois Gouget authored
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 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)
-
- 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 Sep, 2004 1 commit
-
-
Hans Leidekker authored
-
- 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
-
- 28 Jan, 2004 1 commit
-
-
Eric Pouech authored
(useful when user thinks <num> is a linear address) - fixed bogus return value in DEBUG_AddBreakpoint
-
- 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
-
- 16 Sep, 2002 1 commit
-
-
Eric Pouech authored
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 30 Jul, 2002 1 commit
-
-
Eric Pouech authored
absolute address.
-
- 20 Jul, 2002 1 commit
-
-
Eric Pouech authored
line parser).
-
- 02 Jun, 2002 1 commit
-
-
Eric Pouech authored
debuggee.
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 01 Apr, 2002 1 commit
-
-
Eric Pouech authored
-
- 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.
-
- 21 Aug, 2001 1 commit
-
-
Francois Gouget authored
-
- 21 May, 2001 1 commit
-
-
Eric Pouech authored
yet, the name will be tried again for each new loaded module).
-
- 03 May, 2001 1 commit
-
-
Eric Pouech authored
Fixed trampoline identification.
-
- 24 Sep, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 12 Sep, 2000 1 commit
-
-
Andreas Mohr authored
- get rid of wrong comments - fix comments - .spec spelling fix - improve warning message
-
- 01 Sep, 2000 1 commit
-
-
James Abbatiello authored
on a "call" instruction.
-
- 15 Aug, 2000 1 commit
-
-
Eric Pouech 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
-
- 10 Jul, 2000 1 commit
-
-
Andreas Mohr authored
-