aboutsummaryrefslogtreecommitdiff
path: root/test/inline_callers.go
AgeCommit message (Expand)Author
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2017-11-22test: make inline_callers.go test not inline the runtimeAustin Clements
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-03-29runtime: include inlined calls in result of CallersFramesDavid Lazar
2017-03-29runtime: handle inlined calls in runtime.CallersDavid Lazar