all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* SIGTRAP in kill emulation on MS Windows
@ 2016-08-21 20:42 Alain Schneble
  2016-08-22  2:37 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Alain Schneble @ 2016-08-21 20:42 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-22 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 20:42 SIGTRAP in kill emulation on MS Windows Alain Schneble
2016-08-22  2:37 ` Eli Zaretskii
2016-08-22  6:36   ` Alain Schneble
2016-08-22 14:44     ` Eli Zaretskii
2016-08-22 14:52       ` Alain Schneble

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.