- 29 May, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 05 Apr, 2012 1 commit
-
-
Eric Pouech authored
-
- 23 Jan, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 18 May, 2011 1 commit
-
-
Andrew Nguyen authored
-
- 16 Mar, 2011 1 commit
-
-
Eric Pouech authored
-
- 28 Feb, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 06 Dec, 2010 1 commit
-
-
Peter Schlaile authored
-
- 23 Nov, 2010 2 commits
-
-
Eric Pouech authored
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.
-
Eric Pouech authored
-
- 25 May, 2010 1 commit
-
-
Andrew Eikum authored
-
- 14 Dec, 2009 1 commit
-
-
Eric Pouech authored
-
- 10 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 09 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 27 Aug, 2009 1 commit
-
-
Dylan Smith authored
-
- 24 Aug, 2009 1 commit
-
-
Dylan Smith authored
-
- 17 Aug, 2009 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
The lexer was matching tALL before checking for tIDENTIFIER, and the set command didn't have any rules for tALL, which prevented setting the flags for all the debug channels.
-
- 20 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 11 Nov, 2008 1 commit
-
-
Eric Pouech authored
-
- 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 1 commit
-
-
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
-