Set or clear the BeingDebugged flag in the PEB when a debugger is
authorAlexandre Julliard <julliard@winehq.org>
Tue, 14 Oct 2003 01:30:42 +0000 (01:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Oct 2003 01:30:42 +0000 (01:30 +0000)
commite55d5937acdd1e759e6c53f239dea7a920bc67c6
treea45a715531cc06e2c22d76282eab4f3f98d420a9
parent0b1a82aa5e3d6d0b699d850f249a763b4f137f7e
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.
dlls/kernel/debugger.c
dlls/kernel/except.c
dlls/kernel/process.c
dlls/ntdll/exception.c
dlls/ntdll/loader.c
include/wine/server_protocol.h
server/debugger.c
server/process.c
server/process.h
server/protocol.def
server/trace.c