delve/pkg
Alessandro Arzilli 3c69f7435e
*: Never use pointer to proc.ErrProcessExited (#2431)
We have some places where we use proc.ErrProcessExited and some places
that use &proc.ErrProcessExited, resulting in checks for process exited
errors occasionally failing on some architectures.
Uniform use of ErrProcessExited to the non-pointer version.

Fixes intermittent failure of TestStepOutPreservesGoroutine.
2021-04-13 08:52:29 +02:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config terminal: Go syntax highlighting for listings (#2294) 2021-01-28 07:08:14 -08:00
dwarf *: remove unused code, variables and constants (#2426) 2021-04-12 14:57:39 -07:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild Skip 'access denied' failures in tests (#2386) 2021-03-15 09:34:26 -07:00
goversion teamcity,goversion: drop Go version 1.13 from test matrix (#2345) 2021-02-21 07:58:56 -08:00
locspec locspec,proc: improve documentation (#2338) 2021-02-10 09:31:37 -08:00
logflags service/rpccommon: log error for conns rejected by --only-same-user (#2211) 2020-10-22 08:23:55 -07:00
proc *: Never use pointer to proc.ErrProcessExited (#2431) 2021-04-13 08:52:29 +02:00
terminal *: remove unused code, variables and constants (#2426) 2021-04-12 14:57:39 -07:00
version all: bump version and release notes (#2331) 2021-01-28 13:42:42 -08:00