delve/pkg/proc/core
aarzilli cd5203e305 proc: fix reading of empty strings in core files
Every time we read an empty string we accidentally issue a read for 0
bytes at address 0, this is fine for real memory but the core file
reader doesn't like it.

Fixes an issue reported on the mailing list.
2018-03-08 11:58:03 -08:00
..
core_test.go proc: fix reading of empty strings in core files 2018-03-08 11:58:03 -08:00
core.go proc: remove proc.Process.Halt 2018-03-06 09:06:19 -08:00
linux_amd64_core.go pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf 2017-08-01 11:20:25 -06:00