- 19 Feb, 2008 2 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
-
- 18 Feb, 2008 1 commit
-
-
Alexandre Julliard 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.
-
- 04 Feb, 2008 1 commit
-
-
Eric Pouech authored
-
- 14 Jan, 2008 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 29 Nov, 2007 1 commit
-
-
Gerald Pfeifer authored
-
- 16 Nov, 2007 1 commit
-
-
Gerald Pfeifer authored
-
- 13 Nov, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 24 Oct, 2007 1 commit
-
-
Andrew Talbot authored
-
- 23 Oct, 2007 1 commit
-
-
Francois Gouget authored
-
- 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.
-
- 31 Aug, 2007 2 commits
-
-
Francois Gouget authored
winedbg: 'winedbg --auto' and 'winedbg --minidump' should detach when done so as to not mess up the crashed process exit code.
-
Francois Gouget authored
-
- 03 Aug, 2007 1 commit
-
-
Francois Gouget authored
Also add a number of missing prototypes, especially 64bit or Unicode versions of existing prototypes, and the related structures. Update win32.api to fix the winapi_check warnings.
-
- 19 Jul, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 18 Jun, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 24 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 23 May, 2007 2 commits
-
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
- 26 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 09 Apr, 2007 1 commit
-
-
Chris Robinson authored
-
- 02 Apr, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
winedbg: When reloading real PE modules from a minidump, also look in the search path (as we do for ELF modules).
-
- 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.
-
- 06 Mar, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 05 Mar, 2007 4 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
winedbg: When reloading a minidump, recreate all threads from the thread record (and not just the first one).
-
Eric Pouech authored
-
Eric Pouech authored
-
- 22 Feb, 2007 1 commit
-
-
Eric Pouech authored
-
- 12 Feb, 2007 2 commits
-
-
Eric Pouech authored
Added internal flag (AlsoDebugProcChild) to let winedbg debug both parent and child (in the same WineDbg session).
-
Eric Pouech authored
-
- 11 Jan, 2007 1 commit
-
-
James Hawkins authored
-
- 04 Jan, 2007 1 commit
-
-
Eric Pouech authored
-
- 27 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
Add a PROGRAMS variable in some makefiles to make things easier.
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-