aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/traceback.go
AgeCommit message (Expand)Author
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-03-02runtime: fix traceback of crash before LR is storedRuss Cox
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2015-02-11runtime: never show system goroutines in tracebackDmitry Vyukov
2015-02-03runtime: rearrange framepointer check conditionAustin Clements
2015-02-03runtime: use 2*regSize for saved frame pointer checkAustin Clements
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: make stack frames fixed size by modifying goproc/deferproc.Keith Randall
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert panic and stack code from C to GoRuss Cox
2014-11-05runtime: avoid gentraceback of self on user goroutine stackRuss Cox
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-09-29runtime: initialize traceback variables earlierKeith Randall
2014-09-18runtime: show frames for exported runtime functionsRuss Cox
2014-09-16runtime: use traceback to traverse defer structuresRuss Cox
2014-09-14runtime: fix traceback of trap on ARMRuss Cox
2014-09-12runtime: stop scanning stack frames/args conservativelyRuss Cox
2014-09-12runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox