delve/pkg/proc/core
Alessandro Arzilli 5da5eee10d proc/core: enable PIE tests (#1755)
* 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.

* proc/core: enable PIE tests

PIE tests for core files were never enabled due to a missing flag.Parse
call.
2019-11-12 07:26:20 -08:00
..
minidump *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
core_test.go proc/core: enable PIE tests (#1755) 2019-11-12 07:26:20 -08:00
core.go pkg/proc/core: add error details when reading spliced memory (#1701) 2019-10-07 09:33:16 -07:00
linux_amd64_core.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
windows_amd64_minidump.go Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00