delve/pkg
Alessandro Arzilli a6685247e0
proc/native: correctly read g address on linux/arm64 (#2343)
When cgo is used the address of the g struct is saved on the special
register TPIDR_EL0. Because executing C code could overwrite the
contents of R28 that normally contains the address of g we should read
it from TPIDR_EL0 instead when runtime.iscgo is set.
2021-02-23 12:38:52 -08:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config terminal: Go syntax highlighting for listings (#2294) 2021-01-28 07:08:14 -08:00
dwarf proc: do not assume abstract origins precede their uses (#2293) 2021-01-27 06:58:48 -08:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild Add binary removal delay on Windows to avoid access denied (#2351) 2021-02-21 11:17:14 -08:00
goversion teamcity,goversion: drop Go version 1.13 from test matrix (#2345) 2021-02-21 07:58:56 -08:00
locspec locspec,proc: improve documentation (#2338) 2021-02-10 09:31:37 -08:00
logflags service/rpccommon: log error for conns rejected by --only-same-user (#2211) 2020-10-22 08:23:55 -07:00
proc proc/native: correctly read g address on linux/arm64 (#2343) 2021-02-23 12:38:52 -08:00
terminal terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
version all: bump version and release notes (#2331) 2021-01-28 13:42:42 -08:00