delve/pkg/proc/core
heschik 7d2834a963 proc: read G struct offset from runtime.tlsg if possible (#883)
When a Go program is externally linked, the external linker is
responsible for picking the TLS offset. It records its decision in the
runtime.tlsg symbol. Read the offset from that rather than guessing -16.

This implementation causes a regression: 1.4 and earlier will no longer
work.
2017-06-21 15:40:42 -07:00
..
core_test.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
core.go proc: read G struct offset from runtime.tlsg if possible (#883) 2017-06-21 15:40:42 -07:00
linux_amd64_core.go proc: fix build on go1.6 (#800) 2017-04-24 12:44:59 -07:00