delve/pkg
aarzilli 7d06d2c032 pkg/proc: align memory size of tls arena to pointer sized boundary
The size of the TLS memory arena needs to be aligned to pointer sized
boundaries on 86x64 architectures, otherwise some programs using cgo
will not have the correct offset for the g struct.

No tests because reproducing this problem depends on behavior of the
GNU ld linker caused by unclear influences.

Fixes #1428.
2018-11-29 09:49:13 -08:00
..
config pkg/config: Using current directory for config as fallback (#1425) 2018-11-28 13:21:21 -08:00
dwarf proc: do not panic if we can't satisfy a composite location for a slice var 2018-11-26 11:05:00 -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: align memory size of tls arena to pointer sized boundary 2018-11-29 09:49:13 -08:00
terminal terminal: correctly gueses path separator used in source files paths (#1418) 2018-11-27 13:42:21 -08:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00