]> Cypherpunks repositories - gostls13.git/commit
runtime: support cgo traceback on linux arm64
authoreric fang <eric.fang@arm.com>
Fri, 17 Dec 2021 06:13:46 +0000 (06:13 +0000)
committerEric Fang <eric.fang@arm.com>
Fri, 4 Mar 2022 01:18:57 +0000 (01:18 +0000)
commit81767e23c2f0e3edf0a329d9f00f5683c9851692
tree9364afb5291d61584e09caadb6e4a95fc2c9c711
parent1eb1f621da20d7c93ac0312e59c08afbde4d9f56
runtime: support cgo traceback on linux arm64

Code essentially mirrors AMD64 implementation.

Change-Id: Ie97627a3041d1858fb1a30d2fc500302ab4011b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/373363
Trust: Eric Fang <eric.fang@arm.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_cgo_test.go
src/runtime/sys_linux_arm64.s
src/runtime/traceback.go