]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: give acid a fighting chance at unwinding the stack
authorAnthony Martin <ality@pbrane.org>
Thu, 13 Mar 2014 01:10:31 +0000 (18:10 -0700)
committerAnthony Martin <ality@pbrane.org>
Thu, 13 Mar 2014 01:10:31 +0000 (18:10 -0700)
commitb67979320a9214b7d1b75bbd2d11ea5a1aa40323
treeab89863df2921db588716f233c11c1770d54fb9f
parent15068b6df752bd91ae1bbe7ac6d50f853f027d98
cmd/ld: give acid a fighting chance at unwinding the stack

Acid can't produce a stack trace without .frame symbols.

Of course, it can only unwind through linear stacks but
this is still better than nothing. (I wrote an acid func
to do the full unwind a long time ago but lost it and
haven't worked up the courage to write it again).

Note that these will only be present in the native symbol
table for Plan 9 binaries.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/72450045
src/cmd/ld/lib.c