aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-callers.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor1-9/+10
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor1-2/+30
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor1-5/+6
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-2/+21
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-4/+21
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor1-0/+2
2015-04-17re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor1-1/+14
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor1-0/+5
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-3/+5
2014-06-13re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor1-0/+26
2013-12-01libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor1-0/+9
2013-10-09runtime: Do not report thunks and recover functions in backtrace.Ian Lance Taylor1-0/+15
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