delve/pkg/proc
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
..
core *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
gdbserial *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
linutil *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
native proc/native: Remove mach_exc defs file 2019-01-15 13:46:21 +01:00
test pkg/proc: Disable default compression on DWZ test 2019-02-21 12:01:05 +01:00
winutil *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
arch.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
bininfo.go proc: fix nil pointer exception when Attach fails 2019-01-28 15:47:58 -08:00
breakpoints.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
disasm_amd64.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
disasm.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
doc.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
dwarf_expr_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
eval.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
fncall.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
interface.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
mem.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
moduledata.go proc: Improve performance of loadMap on very large sparse maps 2018-11-09 08:12:45 -08:00
proc_general_test.go proc: change memCache to delay reading 2018-04-23 10:13:21 -07:00
proc_linux_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
proc_test.go proc: fix GoroutinesInfo cache 2019-01-07 11:48:35 -08:00
proc_unix_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
proc.go proc: improve performance of FindGoroutine in normal circumstances 2019-01-07 11:48:35 -08:00
registers_amd64.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
registers.go proc/native,proc/core: deduplicate linux register handling code 2018-10-22 12:19:09 -07:00
scope_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
stack.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
threads.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
types.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
variable_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
variables.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00