- 18 Sep, 2007 1 commit
-
-
Francois Gouget authored
dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes. Tweak the actual callbacks to better match the prototypes.
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 04 Dec, 2006 1 commit
-
-
Eric Pouech authored
current frame for some of the registers we know of (frame pointer, stack pointer).
-
- 27 Nov, 2006 1 commit
-
-
Eric Pouech authored
- in backtraces, (void) functions should be listed with '()' as arguments instead of '' - factorized code for diplaying information about a local/parameter - fixed a couple of bugs here - rewrote format specifiers for print commands (do no waste space for padding data) - added support for new wine's dbghelp extension for local/parameter variables being out of scope
-
- 18 Oct, 2006 1 commit
-
-
Peter Oberndorfer authored
-
- 26 Sep, 2006 1 commit
-
-
Eric Pouech authored
-
- 29 Aug, 2006 1 commit
-
-
Marcus Meissner authored
-
- 14 Aug, 2006 1 commit
-
-
Eric Pouech authored
-
- 26 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 03 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
match those of ReadProcessMemory/WriteProcessMemory, since those are the ones actually used.
-
- 15 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 15 May, 2006 1 commit
-
-
Eric Pouech authored
Don't print 'process has terminated' message when detaching from a process (or backtracing it).
-
- 02 Mar, 2006 1 commit
-
-
Eric Pouech authored
- now recognize winedbg foo.mdmp on command line - fleshed out tgt_minidump to reload information from minidump
-
- 28 Feb, 2006 1 commit
-
-
Eric Pouech authored
- added a close_process method to process_io - made use of it to get rid of dbg_detach
-
- 20 Feb, 2006 1 commit
-
-
Eric Pouech authored
-
- 16 Feb, 2006 1 commit
-
-
Eric Pouech authored
-
- 06 Feb, 2006 1 commit
-
-
Eric Pouech authored
Added correct stabs parsing for function parameters in registers. Added a couple of helper functions to make code smaller and more readable.
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 03 Dec, 2005 1 commit
-
-
Eric Pouech authored
printing in backtrace.
-
- 29 Nov, 2005 1 commit
-
-
Eric Pouech authored
oriented API (stack_get_current_symbol). Reused the func name (stack_get_frame) for internal stack.c handling.
-
- 18 Nov, 2005 3 commits
-
-
Eric Pouech authored
current stack frame, and no longer every time we look up local symbols on current stack
-
Eric Pouech authored
-
Eric Pouech authored
- frames are cached after each thread stops execution - reimplemented backtrace on top of this
-
- 14 Jul, 2005 1 commit
-
-
Robert Shearman authored
refer to freed memory.
-
- 29 May, 2005 1 commit
-
-
Eric Pouech authored
and less bugs).
-
- 23 May, 2005 1 commit
-
-
Eric Pouech authored
- misc clean-ups - activate symbol demangling by default
-
- 16 May, 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.
-
- 23 Dec, 2004 1 commit
-
-
Michael Stefaniuc authored
redundant.
-
- 06 Nov, 2004 1 commit
-
-
Robert Shearman authored
-
- 23 Sep, 2004 1 commit
-
-
Robert Shearman 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
-
- 12 Jul, 2004 1 commit
-
-
Eric Pouech authored
-
- 23 Jun, 2004 1 commit
-
-
Mike Hearn authored
backtrace command.
-
- 22 Jun, 2004 1 commit
-
-
Eric Pouech 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
-
- 13 Sep, 2002 1 commit
-
-
Alexandre Julliard authored
-