]> Cypherpunks repositories - gostls13.git/commit
runtime: if InjectDebugCall sees "not at safe point", keep trying
authorIan Lance Taylor <iant@golang.org>
Wed, 6 Nov 2019 23:11:20 +0000 (15:11 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Nov 2019 18:39:41 +0000 (18:39 +0000)
commit0c8f6cc07c33f99b300c1337c9ccd76bf7e69910
tree8f778b41b71021d3d3a5ec453c2423f0fb61a879
parent7714dcacbca1961543fbad0c8bc2a2afc7baaaee
runtime: if InjectDebugCall sees "not at safe point", keep trying

Fixes #35376

Change-Id: Ib95ad336425e73cc4d412dafed0ba5e0a8130bd2
Reviewed-on: https://go-review.googlesource.com/c/go/+/205718
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/runtime/debug_test.go
src/runtime/export_debug_test.go