delve/pkg
Sergio Lopez 46923142cb pkg/config: Rewind *File after writeDefaultConfig
Otherwise the later call to ioutil.ReadAll will return an empty array.

This issue is visible from the user's perspective due to the new
debug-info-directories parameter, which does have a value in the default
config.

As a consequence, the first 'dlv' invocation fails to find the separate
debug info files, while the second one works as expected:

$ ./dlv core /usr/bin/dockerd-current /case/dockerd.1234
could not find external debug info file
$ ./dlv core /usr/bin/dockerd-current /case/dockerd.1234
Type 'help' for list of commands.
(dlv) exit
2018-11-26 09:54:31 -08:00
..
config pkg/config: Rewind *File after writeDefaultConfig 2018-11-26 09:54:31 -08:00
dwarf pkg/dwarf: Remove exec bit from reader.go 2018-11-01 06:44:16 +01:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags proc/core: add support for windows minidumps 2018-11-21 12:17:16 -08:00
proc proc/core: add support for windows minidumps 2018-11-21 12:17:16 -08:00
terminal proc/proc: Extend GoroutinesInfo to allow specifying a range 2018-11-19 10:06:38 -08:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00