aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/traceback_gccgo.go
AgeCommit message (Expand)AuthorFilesLines
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-2/+3
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor1-2/+2
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-3/+3
2019-06-03libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor1-3/+3
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor1-3/+13
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-23/+99
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor1-7/+8
2018-10-25compiler: improve name mangling for packpathsIan Lance Taylor1-1/+6
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-2/+2
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-2/+2
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-3/+4
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-2/+2
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor1-1/+1
2017-09-14libgo: update to go1.9Ian Lance Taylor1-9/+2
2017-06-22runtime: in traceback, print panic rather than runtime.gopanicIan Lance Taylor1-1/+5
2017-06-13runtime: don't always show frames with no function in tracebackIan Lance Taylor1-1/+1
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor1-38/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-3/+46
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-0/+55
2016-11-30runtime: print C functions in tracebackIan Lance Taylor1-0/+9
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-3/+3
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-0/+164