]> Cypherpunks repositories - gostls13.git/commit
runtime: remove tracebackinit and unused skipPC
authorliu-xuewen <liiuxuewen@gmail.com>
Mon, 13 Jul 2020 09:15:38 +0000 (09:15 +0000)
committerKeith Randall <khr@golang.org>
Mon, 17 Aug 2020 21:05:19 +0000 (21:05 +0000)
commitba97be4b58241bebbc4ff70574bd82152ab19ffe
treed31e5c470ecd73f487acbf3f5ef5ff9694371e8b
parent17553c6e7154deab8501595f4fa387c0b718337a
runtime: remove tracebackinit and unused skipPC

CL [152537](https://go-review.googlesource.com/c/go/+/152537/) changed the way inlined frames are represented in tracebacks to no longer use skipPC

Change-Id: I42386fdcc5cf72f3c122e789b6af9cbd0c6bed4b
GitHub-Last-Rev: 79c26dcd532907eda4ffc30951845c1c01243501
GitHub-Pull-Request: golang/go#39829
Reviewed-on: https://go-review.googlesource.com/c/go/+/239701
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/asm.s
src/runtime/proc.go
src/runtime/traceback.go