]> Cypherpunks repositories - gostls13.git/commit
runtime: document when cgo traceback function is called
authorNikhil Benesch <nikhil.benesch@gmail.com>
Mon, 2 Jul 2018 15:29:11 +0000 (11:29 -0400)
committerIan Lance Taylor <iant@golang.org>
Tue, 3 Jul 2018 04:16:23 +0000 (04:16 +0000)
commit0e0cd70ecf6b5f0d9c8271f68b8fcc9f85cd6598
treedc4892b1120a87f1606eced6b9610e421ff8cfa0
parent33f6b08ffe5cfcb8efc4b6529ff8e23e04290b84
runtime: document when cgo traceback function is called

Fixes #24518.

Change-Id: I99c79c5a2ab9dbe7f0d257c263da9d2b5d1d55c4
Reviewed-on: https://go-review.googlesource.com/121917
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/traceback.go