Dmitry Timoshkov
|
0497af09a7
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
Alexandre Julliard
|
d5088668de
|
Generate stub entries on the fly for missing entry points instead of
returning a deadbeef pointer.
|
2004-12-14 20:03:23 +00:00 |
Mike Hearn
|
3c705bf008
|
Use TRACE rather than FIXME for check_resource_write.
|
2004-06-01 19:45:15 +00:00 |
Alexandre Julliard
|
fc6fbd01d4
|
We no longer need to pass --debugmsg -all to winedbg.
|
2004-03-12 02:05:11 +00:00 |
Alexandre Julliard
|
805f0699eb
|
Remove the WINEDEBUG variable from the environment of the debugger
process.
|
2004-03-11 00:47:49 +00:00 |
Alexandre Julliard
|
23ff2d51a7
|
Make sure that there is extra information in the exception record
before accessing it in check_resource_write.
|
2004-01-28 21:40:01 +00:00 |
Alexandre Julliard
|
e55d5937ac
|
Set or clear the BeingDebugged flag in the PEB when a debugger is
attached to or detached from a process.
Don't send exception events to the server unless a debugger is
present.
|
2003-10-14 01:30:42 +00:00 |
Alexandre Julliard
|
aaf3503ea5
|
Moved almost all remaining process, thread, fiber and exception
functions to dlls/kernel.
|
2003-09-17 05:31:32 +00:00 |