summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-caller.c
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to October 24 version of master library.ian2013-11-061-0/+20
* runtime: In backtraces, get inline functions, skip split-stack fns.ian2013-01-301-5/+5
* PR go/46986ian2013-01-241-3/+3
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-30/+28
* runtime: Fix __go_symbol_value val argument to backtrace_syminfo.ian2012-10-081-1/+1
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-051-1/+6
* runtime: runtime.Caller should succeed even without debug info.ian2012-09-281-1/+2
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-281-35/+115
* runtime: Correct definition of __go_file_line to match declaration.ian2012-05-241-1/+1
* libgo: Use -fgo-pkgpath.ian2012-05-141-4/+4
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-071-15/+110
* PR go/46958ian2011-01-051-1/+1
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+51