]> Cypherpunks repositories - gostls13.git/commit
runtime: fix GDB tests on s390x running Ubuntu 18.04
authorMichael Munday <mike.munday@ibm.com>
Thu, 28 Mar 2019 12:05:43 +0000 (08:05 -0400)
committerMichael Munday <mike.munday@ibm.com>
Mon, 15 Apr 2019 14:53:19 +0000 (14:53 +0000)
commitd91f7e6637cc96029cd5a360a0a74153b39a3ae6
tree3871cb4b3839de3de0ea65ca963c564ad75ce018
parentaafe257390cc9048e8b5df898fabd79a9e0d4c39
runtime: fix GDB tests on s390x running Ubuntu 18.04

On Ubuntu 18.04 I am seeing GDB fail to restore the stack pointer
during this test because stack unwinding can't find the PC. This CL
is essentially a partial revert of CL 23940 and fixes the issue on
s390x.

Change-Id: Ib4c41162dc85dc882eb6e248330f4082c3fa94c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/169857
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/runtime-gdb.py