summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-caller.c
AgeCommit message (Expand)Author
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan 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-09-24libgo: update to Go 1.11Ian Lance Taylor
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor
2015-05-05re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor
2015-04-17re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor
2014-08-02re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0])Ian Lance Taylor
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor
2013-11-19runtime: Update for change to libbacktrace library.Ian Lance Taylor
2013-11-14runtime: Don't use filename without '/' for backtrace library.Ian Lance Taylor
2013-11-06libgo: Update to October 24 version of master library.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-10-08runtime: Fix __go_symbol_value val argument to backtrace_syminfo.Ian Lance Taylor
2012-10-05runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor
2012-09-28runtime: runtime.Caller should succeed even without debug info.Ian Lance Taylor
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor
2012-05-24runtime: Correct definition of __go_file_line to match declaration.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
2011-01-05re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))Ian Lance Taylor
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor