summaryrefslogtreecommitdiff
path: root/test/inline_callers.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: make FuncForPC return the innermost inlined frameKeith Randall2019-01-081-5/+5
* cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall2018-12-281-5/+5
* test: make inline_callers.go test not inline the runtimeAustin Clements2017-11-221-5/+5
* cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox2017-11-091-1/+1
* cmd/go: switch to entirely content-based staleness determinationRuss Cox2017-10-311-5/+5
* runtime: include inlined calls in result of CallersFramesDavid Lazar2017-03-291-0/+23
* runtime: handle inlined calls in runtime.CallersDavid Lazar2017-03-291-0/+72