delve/pkg
Min Zhou 3e04ad0fad proc: Find executable should follow symbol links.
On linux platform, we simply treated `/proc/$pid/exe` as the
executable of targeting process when doing `dlv attach`. The
`/proc/$pid/exe` is a symbol link of the real executable file.
Delve couldn't find the corrsponding external debug file based on the
symbol link:

```
could not attach to pid $pid: could not open debug info
```

The fix is to evaluate the symbol links to the actual executable path.
2020-04-27 09:14:58 -07:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config pkg/config: add disassemble-flavor option for config 2020-04-23 12:10:05 -07:00
dwarf Miscellaneous debug_line improvements (#1999) 2020-04-09 13:57:44 -07:00
gobuild *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
goversion travis-ci: autogenerate .travis.yml (#1939) 2020-03-19 11:09:29 -07:00
logflags logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
proc proc: Find executable should follow symbol links. 2020-04-27 09:14:58 -07:00
terminal pkg/config: add disassemble-flavor option for config 2020-04-23 12:10:05 -07:00
version all: bump version number and release notes 2020-02-11 11:38:41 +01:00