]> Cypherpunks repositories - gostls13.git/commit
runtime: print pc with fp/sp in traceback
authorAustin Clements <austin@google.com>
Fri, 9 Jun 2017 15:58:53 +0000 (11:58 -0400)
committerAustin Clements <austin@google.com>
Fri, 9 Jun 2017 17:26:56 +0000 (17:26 +0000)
commit27f88731eba585e1d9b5e425f61d270ff170ed68
tree7bc0140b17d8fa533841e4313c461e9df0e6d379
parentf749f856f4867b59cadc66c8eed30e0f9de1bcb3
runtime: print pc with fp/sp in traceback

If we're in a situation where printing the fp and sp in the traceback
is useful, it's almost certainly also useful to print the PC.

Change-Id: Ie48a0d5de8a54b5b90ab1d18638a897958e48f70
Reviewed-on: https://go-review.googlesource.com/45210
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/traceback.go