aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-callers.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02runtime: Correct handling of runtime.Callers skip parameter.Ian Lance Taylor1-2/+3
2013-02-01runtime: Correct test for morestack.S.Ian Lance Taylor1-1/+1
2013-01-31runtime: Recognize morestack.S if there is no function name.Ian Lance Taylor1-1/+12
2013-01-31runtime: Remove confusion about split stack functions in backtrace.Ian Lance Taylor1-2/+10
2013-01-31runtime: Don't allocate when doing a backtrace.Ian Lance Taylor1-2/+8
2013-01-30runtime: In backtraces, get inline functions, skip split-stack fns.Ian Lance Taylor1-11/+39
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+1
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-0/+1
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor1-41/+33
2012-05-22runtime: Tweak runtime.Callers for Go 1 compatibility.Ian Lance Taylor1-1/+4
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor1-1/+11
2012-03-05runtime: Implement runtime.Callers.Ian Lance Taylor1-0/+9
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-0/+57