mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Fix: Improve handling of soft signals on darwin
Fixes a bug on OSX where, if the debugged process spawned a child, when that process received a SIGCHLD it would cause Delve to hang. Fixes #197
This commit is contained in:
@ -38,6 +38,9 @@ thread_count(task_t task);
|
||||
mach_port_t
|
||||
mach_port_wait(mach_port_t);
|
||||
|
||||
kern_return_t
|
||||
mach_send_reply(mach_msg_header_t);
|
||||
|
||||
kern_return_t
|
||||
raise_exception(mach_port_t, mach_port_t, mach_port_t, exception_type_t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user