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