summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-callers.c
AgeCommit message (Expand)Author
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2019-06-03libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor
2019-05-01compiler,runtime: do more direct interfacesIan Lance Taylor
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor
2015-04-17re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor
2014-06-13re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor
2013-12-01libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor
2013-10-09runtime: Do not report thunks and recover functions in backtrace.Ian Lance Taylor
2013-02-02runtime: Correct handling of runtime.Callers skip parameter.Ian Lance Taylor
2013-02-01runtime: Correct test for morestack.S.Ian Lance Taylor
2013-01-31runtime: Recognize morestack.S if there is no function name.Ian Lance Taylor
2013-01-31runtime: Remove confusion about split stack functions in backtrace.Ian Lance Taylor
2013-01-31runtime: Don't allocate when doing a backtrace.Ian Lance Taylor
2013-01-30runtime: In backtraces, get inline functions, skip split-stack fns.Ian Lance Taylor
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor
2012-05-22runtime: Tweak runtime.Callers for Go 1 compatibility.Ian Lance Taylor
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor
2012-03-05runtime: Implement runtime.Callers.Ian Lance Taylor
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor