]> Cypherpunks repositories - gostls13.git/commit
runtime: show frame pointer values during throw
authorRuss Cox <rsc@golang.org>
Fri, 15 Feb 2013 19:48:47 +0000 (14:48 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 15 Feb 2013 19:48:47 +0000 (14:48 -0500)
commit6c1539bb0137021840b07c07641e28661a652d36
tree4570c2507b974280c01354d92bab09d3f8966562
parentc8214c78bd2f8ad308119dc2344634993ab499c8
runtime: show frame pointer values during throw

Should help if stack overflows start happening again.

Fixes #3582.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7311098
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c