Alexandre Julliard
|
7f9750550a
|
ntdll: Set the exception address to the program counter in RtlRaiseException.
|
2009-04-10 13:17:12 +02:00 |
Alexandre Julliard
|
f4eee1c731
|
ntdll: Move the RtlRaiseException implementation into the respective platform-specific files.
|
2009-04-10 13:14:05 +02:00 |
Alexandre Julliard
|
48199d7074
|
ntdll: Add a raise_status function and avoid exporting __regs_RtlRaiseException.
|
2009-04-10 13:09:06 +02:00 |
Alexandre Julliard
|
0865c278f2
|
ntdll: Set the proper context flags in the signal handlers for x86_64.
|
2009-04-08 20:40:29 +02:00 |
Alexandre Julliard
|
5316dd011f
|
server: Define a generic context structure instead of using the platform-specific version.
|
2009-04-08 19:59:23 +02:00 |
Alexandre Julliard
|
75be87dd75
|
ntdll: Move the copy_context function into the respective CPU-specific files.
|
2009-03-13 11:31:25 +01:00 |
Alexandre Julliard
|
cc933f586a
|
ntdll: Moved exit_thread and abort_thread functions to thread.c.
|
2009-02-20 18:07:41 +01:00 |
Alexandre Julliard
|
66255772fc
|
ntdll: Move the CPU-specific handling of current TEB to the respective signal files.
|
2009-02-18 13:04:50 +01:00 |
Austin English
|
633e069c67
|
ntdll: Add support for NetBSD (64-bit).
|
2009-01-20 12:23:32 +01:00 |
Alexandre Julliard
|
14c452fe78
|
ntdll: Replaced get_cpu_context by RtlCaptureContext. Implemented it for x86_64.
|
2009-01-06 17:50:34 +01:00 |
Maarten Lankhorst
|
768160e944
|
ntdll: Make all exported wine functions CDECL.
|
2008-12-17 15:02:25 +01:00 |
Alexandre Julliard
|
50d6b7fb54
|
ntdll: Added stubs for RtlLookupFunctionEntry and RtlVirtualUnwind.
|
2008-12-08 19:29:06 +01:00 |
Alexandre Julliard
|
81b9ca5dbd
|
ntdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.
Also rename it to virtual_handle_fault for consistency.
|
2008-11-25 12:02:16 +01:00 |
Alexandre Julliard
|
531ff0be26
|
ntdll: Split the signal setup into process-wide and thread-specific routines.
|
2008-07-03 20:18:23 +02:00 |
Alexandre Julliard
|
3b244b95b2
|
server: Use SIGQUIT instead of SIGTERM to terminate a thread.
This allows keeping the default SIGTERM behavior of killing the whole
process.
|
2007-12-20 12:19:35 +01:00 |
Andrew Talbot
|
0108667754
|
ntdll: Replace inline static with static inline.
|
2007-03-17 20:03:57 +01:00 |
Alexandre Julliard
|
c388c58b9f
|
ntdll: Make the server signal mask global.
|
2007-01-18 12:20:56 +01:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
d2ad6f8355
|
ntdll: Get registers on the client side for NtGetContextThread on the current thread.
|
2006-04-20 15:40:28 +02:00 |
Robert Millan
|
62af0706ff
|
ntdll: Rename i386 CPU trap codes to avoid collision with system headers.
|
2006-02-03 12:30:55 +01:00 |
Alexandre Julliard
|
2654be08d5
|
ntdll: Handle NtSetContextThread on the client side (as far as
possible) when setting the context of the current thread.
|
2006-01-11 20:20:32 +01:00 |
Alexandre Julliard
|
73c72390f8
|
Fixed Get/SetThreadContext to work properly on suspended threads.
Added a test case.
|
2005-11-02 20:54:12 +00:00 |
Alexandre Julliard
|
ebf7a5d408
|
Preliminary implementation of signal handling for x86-64.
|
2005-09-16 19:40:52 +00:00 |