[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SIGTRAP in kill emulation on MS Windows
From: |
Alain Schneble |
Subject: |
SIGTRAP in kill emulation on MS Windows |
Date: |
Sun, 21 Aug 2016 22:42:05 +0200 |
Hello
sys_kill in w32proc.c maps some signals (SIGINT, SIGKILL, SIGQUIT,
SIGHUP) to the appropriate W32 API calls. Couldn't it handle SIGTRAP as
well and map it to a call to DebugBreakProcess
(https://msdn.microsoft.com/en-us/library/windows/desktop/ms679298(v=vs.85).aspx)?
Cheers,
Alain
- SIGTRAP in kill emulation on MS Windows,
Alain Schneble <=