aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-caller.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-4/+3
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-8/+33
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor1-6/+12
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-2/+2
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor1-1/+8
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-11/+0
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor1-3/+11
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor1-1/+1
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor1-3/+11
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-96/+19
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor1-2/+10
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-4/+56
2015-05-05re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor1-0/+2
2015-04-17re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor1-1/+1
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-30/+6
2014-08-02re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0])Ian Lance Taylor1-0/+12
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-1/+1
2013-11-19runtime: Update for change to libbacktrace library.Ian Lance Taylor1-1/+1
2013-11-14runtime: Don't use filename without '/' for backtrace library.Ian Lance Taylor1-0/+7
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-0/+20
2013-01-30runtime: In backtraces, get inline functions, skip split-stack fns.Ian Lance Taylor1-5/+5
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-3/+3
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-30/+28
2012-10-08runtime: Fix __go_symbol_value val argument to backtrace_syminfo.Ian Lance Taylor1-1/+1
2012-10-05runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor1-1/+6
2012-09-28runtime: runtime.Caller should succeed even without debug info.Ian Lance Taylor1-1/+2
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor1-35/+115
2012-05-24runtime: Correct definition of __go_file_line to match declaration.Ian Lance Taylor1-1/+1
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-4/+4
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor1-15/+110
2011-01-05re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+51