]> Cypherpunks repositories - gostls13.git/commit
runtime/trace: disable frame pointer unwinding on plan9
authorPhilip Silva <philip.silva@protonmail.com>
Tue, 30 May 2023 17:59:43 +0000 (19:59 +0200)
committerKeith Randall <khr@golang.org>
Tue, 13 Jun 2023 14:08:14 +0000 (14:08 +0000)
commitbce7aec3cdca8580585095007e9b7cea11a8812f
tree62d28cc8190862e81e5ec8843f3ff46af7446765
parentd9b87d7cc3281a3d3051dfa75e30251f25ee117d
runtime/trace: disable frame pointer unwinding on plan9

Fixes #60254

Change-Id: Ifd9e517a9479e5cd63fd3622b2556989d5f84eb9
Reviewed-on: https://go-review.googlesource.com/c/go/+/499036
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Bypass: Keith Randall <khr@golang.org>
src/runtime/trace.go