]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix gdb backtrace on architectures using a link register
authorMichael Munday <munday@ca.ibm.com>
Wed, 13 Apr 2016 17:34:41 +0000 (13:34 -0400)
committerMichael Munday <munday@ca.ibm.com>
Tue, 26 Apr 2016 18:35:47 +0000 (18:35 +0000)
commit55154cf0b27e3c48e7cf7654c890868a95e7eed6
tree6b4bc76262048d0ffcfd34b713c28326c319e53a
parent01d5e63faa7cbfe10c6c45a788cd9859da2dfcdb
cmd/link: fix gdb backtrace on architectures using a link register

Also adds TestGdbBacktrace to the runtime package.

Dwarf modifications written by Bryan Chan (@bryanpkc) who is also
at IBM and covered by the same CLA.

Fixes #14628

Change-Id: I106a1f704c3745a31f29cdadb0032e3905829850
Reviewed-on: https://go-review.googlesource.com/20193
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/dwarf.go
src/runtime/runtime-gdb_test.go