- 27 Oct, 2008 1 commit
-
-
Eric Pouech authored
-
- 20 Oct, 2008 1 commit
-
-
Eric Pouech authored
-
- 01 May, 2008 1 commit
-
-
Eric Pouech authored
-
- 16 Feb, 2008 1 commit
-
-
Rob Shearman authored
When using native compiler exceptions, it isn't valid to use GetExceptionCode and GetExceptionInformation anywhere other than in the filter or handler blocks since it would be very hard for the compiler to work out where to retrieve the exception information from on the stack. Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros which enabled GetExceptionCode, GetExceptionInformation and AbnormalTermination to be used inside of the functions they declared and fix up all callers to access the information directly.
-
- 26 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 04 Jan, 2007 1 commit
-
-
Eric Pouech authored
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 26 Sep, 2006 1 commit
-
-
Eric Pouech authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 11 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 09 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 05 Jun, 2006 1 commit
-
-
Juan Lang authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 27 Mar, 2006 1 commit
-
-
Eric Pouech authored
- fixed lexical rules for a path name - fixed identifier rules so that we get the right precedence between ! and :: - modules (in mod!name forms) are now handled as tIDENTIFIER (tPATH was buggy anyhow)
-
- 21 Mar, 2006 1 commit
-
-
Jeff Latimer authored
Added code to examine and display floating point unit status into be_i386.c as info all-regs command.
-
- 28 Feb, 2006 2 commits
-
-
Eric Pouech authored
- added a close_process method to process_io - made use of it to get rid of dbg_detach
-
Eric Pouech authored
- rewrote auto mode as a specific set of commands to be run in regular parser, instead of hard coding those commands - added a new function to store a set of commands to be executed in a file - added 'echo' command to the parser functions - got rid of dbg_action_mode - added support of '--' on command line
-
- 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
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 18 Nov, 2005 1 commit
-
-
Eric Pouech authored
- frames are cached after each thread stops execution - reimplemented backtrace on top of this
-
- 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
-
- 16 Nov, 2005 1 commit
-
-
Eric Pouech authored
(through --file option). Use that feature to get rid of arg_command hack (--command option now creates a temporary file).
-
- 12 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 04 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2005 2 commits
-
-
Eric Pouech authored
- added minidump function in winedbg (write only)
-
Eric Pouech authored
- misc clean-ups - activate symbol demangling by default
-
- 14 Mar, 2005 1 commit
-
-
C. Scott Ananian authored
pathname which contains 'odd' characters.
-
- 03 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 22 Feb, 2005 1 commit
-
-
Jon Griffiths authored
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 22 Dec, 2004 1 commit
-
-
Eric Pouech authored
handled bytes when no overlapped operation is done.
-
- 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 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
-
- 23 Jun, 2004 1 commit
-
-
Mike Hearn authored
backtrace command.
-
- 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
-
- 27 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 14 Oct, 2003 1 commit
-
-
Michal Janusz Miroslaw authored
function; displays now can be enabled/disabled like in gdb.
-