delve/pkg/proc/gdbserial
Alessandro Arzilli 79143468ea gdbserial: propagate unhandled signals back to a specific thread (#1749)
Instead of just sending unhandled signals back to the process send them
to the specific thread that received them.
This is important because:

1. debugserver does not appear to support the vCont;CXX packet without
specifying a target thread
2. the non-cooperative preemption change in an upcoming version of Go
(1.15?) will require sending signals to a specific thread.

Fixes #1744
2019-11-08 13:02:12 -08:00
..
gdbserver_conn.go gdbserial: propagate unhandled signals back to a specific thread (#1749) 2019-11-08 13:02:12 -08:00
gdbserver_unix.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go gdbserial: propagate unhandled signals back to a specific thread (#1749) 2019-11-08 13:02:12 -08:00
rr_test.go proc,debugger: implement logical breakpoints (#1717) 2019-11-01 12:41:06 -07:00
rr.go *: add option to re-record recorded targets (#1702) 2019-10-21 11:48:04 -07:00