Don't send an extra signal when waiting for a debug event, just do a
commitff7795ef4c68e41c7b64747a32bfbc2b8fcc6904
authorAlexandre Julliard <julliard@winehq.org>
Tue, 1 Nov 2005 21:47:07 +0000 (1 21:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Nov 2005 21:47:07 +0000 (1 21:47 +0000)
tree83e005905b0a90625f5b403fc8c3d354e0b933a7
parentd6f7adb3674cb51452963abfbd71fd38ab74804c
Don't send an extra signal when waiting for a debug event, just do a
normal wait.  Return the debug event status directly as return value
of the server call.
dlls/kernel/except.c
dlls/ntdll/exception.c
include/wine/server_protocol.h
server/debugger.c
server/protocol.def
server/thread.c