aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/traceback.go
AgeCommit message (Expand)Author
2018-04-29runtime: add fast version of getArgInfoJosh Bleecher Snyder
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-03-13Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder
2018-03-12runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-02-13runtime: avoid bad unwinding from sigpanic in C codeAustin Clements
2018-01-31runtime: suppress "unexpected return pc" any time we're in cgoAustin Clements
2018-01-31runtime: fail silently if we unwind over sigpanic into C codeAustin Clements
2018-01-31runtime: don't unwind past asmcgocallAustin Clements
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2017-11-13runtime: don't elide wrapper functions that call panic or at TOSAustin Clements
2017-09-22runtime: hide <autogenerated> methods from call stackAustin Clements
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-09-15runtime: change lockedg/lockedm to guintptr/muintptrIan Lance Taylor
2017-06-09runtime: print pc with fp/sp in tracebackAustin Clements
2017-03-29runtime: include inlined calls in result of CallersFramesDavid Lazar
2017-03-29runtime: handle inlined calls in runtime.CallersDavid Lazar
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-03-03runtime: use inlining tables to generate accurate tracebacksDavid Lazar
2017-02-14runtime: remove stack barriersAustin Clements
2016-12-19runtime: clean up and improve reflect.methodValue commentsAustin Clements
2016-11-22runtime: do not print runtime panic frame at top of user stackRuss Cox
2016-10-17runtime: fix getArgInfo for deferred reflection callsAustin Clements
2016-08-23runtime: add msan calls before calling traceback functionsIan Lance Taylor
2016-06-02runtime: only permit SetCgoTraceback to be called onceIan Lance Taylor
2016-06-02runtime: fix typo in commentDmitry Vyukov
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-24runtime: update SP when jumping stacks in tracebackAustin Clements
2016-05-18runtime: print PC, not the counter, for a cgo tracebackIan Lance Taylor
2016-05-06runtime: stop traceback at foreign functionRuss Cox
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-27runtime: fix SetCgoTraceback doc indentationBrad Fitzpatrick
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime: eliminate unused _Genqueue stateAustin Clements
2016-02-16runtime: show panics in tracebackAustin Clements
2015-12-28runtime: fix, simplify, and improve scan state in goroutine headerAustin Clements
2015-11-23runtime: improve stack barrier debuggingAustin Clements
2015-11-20runtime: fix new stack barrier checkRuss Cox
2015-11-19runtime: eliminate write barriers from gentracebackAustin Clements
2015-11-19runtime: handle sigprof in stackBarrierAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-05runtime: remove background GC goroutine and mark barriersAustin Clements
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-10-22runtime: add pcvalue cache to improve stack scan speedAustin Clements
2015-10-18runtime: add a constant for the smallest possible stack frameMichael Hudson-Doyle
2015-08-30runtime: don't install a stack barrier in cgocallback_gofunc's frameAustin Clements
2015-08-28runtime: check explicitly for short unwinding of stacksRuss Cox