delve/pkg
Derek Parker 389e96ae95 pkg/proc: Disable default compression on DWZ test
When compression is applied by default running the DWZ tool on the
resulting binary will crash.

The actual default compression code will look and see if compression
makes any difference and if so replace the normal `.debug_*` section
with `.zdebug_*`. This is why it may not have been hit before. On one of
my workstations I build with 1.12rc1 and no compression happens, but on
a Fedora VM I build and the binary results in compressed DWARF sections.

Adding this flag will make this test more consistent overall.
2019-02-21 12:01:05 +01:00
..
config pkg/config: try to use XDG_CONFIG_HOME when present 2019-02-11 14:22:44 -08:00
dwarf dwarf/godwarf: tolerate cyclical type DIEs 2019-01-04 14:52:28 -08: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 pkg/proc: Disable default compression on DWZ test 2019-02-21 12:01:05 +01:00
terminal *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
version all: Bump to v1.2.0 2019-02-14 09:28:00 +01:00