- 21 Apr, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 02 Feb, 2009 1 commit
-
-
Marcus Meissner authored
-
- 05 Dec, 2008 1 commit
-
-
Vincent Povirk authored
-
- 11 Nov, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 18 Aug, 2008 1 commit
-
-
Eric Pouech authored
winedbg: Don't force integral values while displaying a stack value, it doesn't work for float/double values.
-
- 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.
-
- 26 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 08 Mar, 2007 1 commit
-
-
Peter Oberndorfer authored
Also pass the right string to SymEnumSymbols and check for _ in symbol name, instead of beginning of string.
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 06 Dec, 2006 1 commit
-
-
Eric Pouech authored
-
- 04 Dec, 2006 3 commits
-
-
Eric Pouech authored
Factorize a bit more some symbol handling code.
-
Eric Pouech authored
-
Eric Pouech authored
-
- 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
-
- 14 Aug, 2006 1 commit
-
-
Eric Pouech authored
-
- 26 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst 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.
-
- 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
-
- 03 Dec, 2005 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 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
- frames are cached after each thread stops execution - reimplemented backtrace on top of this
-
Eric Pouech authored
& locals in dbghelp. Modified winedbg accordingly.
-
- 17 Nov, 2005 2 commits
-
-
Eric Pouech authored
32 bit one.
-
Eric Pouech authored
in other modules.
-
- 23 May, 2005 1 commit
-
-
Eric Pouech authored
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 22 Nov, 2004 1 commit
-
-
Eric Pouech authored
-
- 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 Jul, 2004 1 commit
-
-
Eric Pouech authored
- made use of new dbghelp pure ELF symbol lookup
-
- 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
-