delve/pkg/proc/core
Peter Sanford 1d8636cd3d Handle gdb core files better
Core files created by gdb can have sections missing that would be
present in OS created core files.

We work around this by first reading PT_LOAD entries from the exe and
then reading them from the core.

Fixes #1121
2018-07-02 10:14:04 -07:00
..
core_test.go proc: handle new way of panic'ing in 1.11 2018-06-11 11:09:02 -07:00
core.go proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
linux_amd64_core.go Handle gdb core files better 2018-07-02 10:14:04 -07:00