aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-caller.c
AgeCommit message (Expand)AuthorFilesLines
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