delve/scripts
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
..
gen-cli-docs.go Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
gen-opcodes.go pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
gen-starlark-bindings.go terminal: adds embedded scripting language (#1466) 2019-07-02 10:55:27 -07:00
gen-usage-docs.go Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
gencert.sh Bash script to generate & install signing certificate for delve (#760) 2017-03-13 10:59:10 -07:00
make.go proc/linux: do not route signals to threads while stopping (#1752) 2019-11-12 06:58:54 -08:00
testsign dev: Fixup Makefile and testsign script 2015-12-13 13:17:56 -08:00