Alexandre Julliard
|
617955db88
|
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
|
1999-06-26 18:40:24 +00:00 |
Alexandre Julliard
|
0a860a01f9
|
Merged THDB and TEB structures.
Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
|
1999-06-22 11:43:42 +00:00 |
Alexandre Julliard
|
1eeed68514
|
Moved signal handling to exception.c, generate exceptions on signals.
Added hook for debugger in exception handling (temporary).
|
1999-06-18 18:21:24 +00:00 |
Alexandre Julliard
|
d131a17ee0
|
Use the new debug functions to send debug events at appropriate places.
Pass the process creation flags to PROCESS_Create.
|
1999-05-23 20:02:04 +00:00 |
Alexandre Julliard
|
0a277b638c
|
Adapted for new register functions support (ESP_reg in register
functions now points after the arguments).
|
1999-05-13 16:21:37 +00:00 |
Alexandre Julliard
|
3b3ff2bb06
|
Added macros and definitions for using exception inside Wine or
Winelib code.
|
1999-05-12 13:10:39 +00:00 |
Alexandre Julliard
|
dd93d25577
|
Improved exception handling.
Based on the work of Sergey Turchanov <turchanov@usa.net>.
|
1999-05-09 16:12:19 +00:00 |