]> Cypherpunks repositories - gostls13.git/commit
runtime: dump the full stack of a throwing goroutine
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 29 Jan 2013 10:57:11 +0000 (14:57 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 29 Jan 2013 10:57:11 +0000 (14:57 +0400)
commit81221f512d6ad8c15491b3ab29ea3fa3db800466
tree48866c8615083c8011c652f7346e50842de5bf62
parent6c035469b5b00b1b5d557d4cdbed436e1f82405f
runtime: dump the full stack of a throwing goroutine
Useful for debugging of runtime bugs.
+ Do not print "stack segment boundary" unless GOTRACEBACK>1.
+ Do not traceback system goroutines unless GOTRACEBACK>1.

R=rsc, minux.ma
CC=golang-dev
https://golang.org/cl/7098050
src/pkg/runtime/panic.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/symtab.c
src/pkg/runtime/time.goc
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c