delve/pkg
Alessandro Arzilli 4fc8528997 proc/linux: do not route signals to threads while stopping (#1752)
* proc/linux: do not route signals to threads while stopping

While we are trying to stop the process we should not route signals
sent to threads because that will result in threads being resumed.
Also keep better track of which threads are stopped.

This fixes an incompatibility with Go 1.14, which sends a lot of
signals to its threads to implement non-cooperative preemption,
resulting in Delve hanging waiting for an already-stopped thread to
stop.

In principle however this bug has nothing to do with Go 1.14 and could
manifest in any instance of high signal pressure.

* Makefile: discard stderr of "go list"

In module mode "go" will print messages about downloading modules to
stderr, we shouldn't confuse them for the real command output.
2019-11-12 06:58:54 -08:00
..
config pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00
dwarf proc,debugger: implement logical breakpoints (#1717) 2019-11-01 12:41:06 -07:00
goversion service: add min/max supported ver and target ver to GetVersion resp (#1718) 2019-10-22 16:39:22 -07:00
logflags Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00
proc proc/linux: do not route signals to threads while stopping (#1752) 2019-11-12 06:58:54 -08:00
terminal service,terminal: support logical breakpoints (#1742) 2019-11-04 08:43:12 -08:00
version all: Bump to v1.3.2 2019-10-22 18:13:41 +02:00