server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
[wine] / dlls / ntdll / exception.c
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2008-12-29  Alexandre Julliardntdll: Make sure we don't return from a stub exception.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-05-01  Alexandre Julliardntdll: Make the exception handling functions inline.
2007-06-01  Alexandre Julliardntdll: Preserve errno across system calls done in the...
2007-05-23  Peter Oberndorferntdll: Fix up instruction pointer in context inside...
2007-04-12  Andrew Talbotntdll: Remove superfluous semicolons.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Use NtSetContextThread in NtRaiseException.
2006-04-06  Alexandre Julliardntdll: Print traces for EXC_CallHandler even with the...
2006-01-16  Mike McCormackntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIO...
2006-01-10  Alexandre Julliardntdll: NtRaiseException doesn't need to be a register...
2005-12-20  Eric Pouechntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONT...
2005-12-16  Alexandre JulliardException handling: Added a magic __EXCEPT_PAGE_FAULT...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Robert ShearmanMake the call exception handler function more compatibl...
2005-10-31  Marcus MeissnerAdded assembly implementation of EXC_CallHandler.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Alexandre JulliardDefine GET_IP for x86_64.
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-06-25  Mike McCormackUse NT status codes for exceptions.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-18  Dimi PaunUse the more idiomatic form of iterating through the...
2005-05-13  Mike HearnMake unimplemented function message a bit prettier.
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-08-22  Francois GougetRemove these Wine-only types:
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-06  Alexandre JulliardTrace register contents on exception.
2003-12-30  Alexandre JulliardFixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-10-30  Pavel RoskinInclude ntdll_misc.h to avoid undefined reference to...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-02-18  Alexandre JulliardPrint dll name too for stub exceptions.
2003-02-11  Andreas MohrAdded FIXME on stub exception.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-02  Ove KaavenMade the output of --debugmsg +seh a bit more verbose.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-11  Ulrich WeigandAdded missing prototypes to avoid compile warnings...
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-10-23  Gerard PatelReorder parameters to fix position of base reg relative...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-22  Juergen SchmiedDo not set EH_NONCONTINUABLE.
1999-09-03  Juergen LockFix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
next