delve/pkg
Alessandro Arzilli b8a9ae26f6
proc: fix signal handling during stepping (#2803)
Fix signal handling during thread single stepping so that signals that
are generated by executing the current instruction are immediately
propagated to the inferior, while signals other signals sent to the
thread are delayed until the full resume happens.

Fixes a bug where a breakpoint set on an instruction that causes a
SIGSEGV would make Delve hang and a bug where signals received during
single step would make it look like an instruction is executed twice.

Fixes #2801
Fixes #2792
2021-12-07 09:21:53 -08:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config service/dap: add config expressions to evaluate requests (#2750) 2021-10-29 19:35:13 -07:00
dwarf godwarf/type: fix typo (#2813) 2021-12-02 12:17:47 +01:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild service/dap: move build error to output event (#2482) 2021-05-17 09:13:25 -07:00
goversion pkg/goversion: visibly warn the user with --check-go-version=false (#2684) 2021-09-25 17:41:00 +02:00
locspec proc,locspec: support setting breakpoints by func name on generic funcs (#2745) 2021-10-30 11:52:26 -07:00
logflags service/rpccommon,service/dap: warn about listening to remote connections (#2721) 2021-09-29 09:53:27 +02:00
proc proc: fix signal handling during stepping (#2803) 2021-12-07 09:21:53 -08:00
terminal service/dap: add config expressions to evaluate requests (#2750) 2021-10-29 19:35:13 -07:00
version version: fix build version using buildInfo (#2789) 2021-11-24 13:45:28 -08:00