summaryrefslogtreecommitdiff
path: root/src/runtime/traceback.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: print pc with fp/sp in tracebackAustin Clements2017-06-091-1/+1
* runtime: include inlined calls in result of CallersFramesDavid Lazar2017-03-291-0/+2
* runtime: handle inlined calls in runtime.CallersDavid Lazar2017-03-291-8/+60
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-13/+13
* runtime: use inlining tables to generate accurate tracebacksDavid Lazar2017-03-031-1/+16
* runtime: remove stack barriersAustin Clements2017-02-141-55/+0
* runtime: clean up and improve reflect.methodValue commentsAustin Clements2016-12-191-1/+2
* runtime: do not print runtime panic frame at top of user stackRuss Cox2016-11-221-6/+8
* runtime: fix getArgInfo for deferred reflection callsAustin Clements2016-10-171-7/+36
* runtime: add msan calls before calling traceback functionsIan Lance Taylor2016-08-231-0/+6
* runtime: only permit SetCgoTraceback to be called onceIan Lance Taylor2016-06-021-0/+10
* runtime: fix typo in commentDmitry Vyukov2016-06-021-2/+2
* runtime: pass signal context to cgo traceback functionIan Lance Taylor2016-05-311-6/+16
* runtime: update SP when jumping stacks in tracebackAustin Clements2016-05-241-0/+1
* runtime: print PC, not the counter, for a cgo tracebackIan Lance Taylor2016-05-181-1/+1
* runtime: stop traceback at foreign functionRuss Cox2016-05-061-0/+5
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-38/+124
* runtime: fix SetCgoTraceback doc indentationBrad Fitzpatrick2016-04-271-34/+34
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+247
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-3/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* runtime: eliminate unused _Genqueue stateAustin Clements2016-02-251-1/+0
* runtime: show panics in tracebackAustin Clements2016-02-161-3/+7
* runtime: fix, simplify, and improve scan state in goroutine headerAustin Clements2015-12-281-14/+7
* runtime: improve stack barrier debuggingAustin Clements2015-11-231-7/+9
* runtime: fix new stack barrier checkRuss Cox2015-11-201-1/+1
* runtime: eliminate write barriers from gentracebackAustin Clements2015-11-191-6/+7
* runtime: handle sigprof in stackBarrierAustin Clements2015-11-191-0/+28
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-16/+19
* runtime: remove background GC goroutine and mark barriersAustin Clements2015-11-051-3/+0
* runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox2015-10-301-5/+5
* runtime: add pcvalue cache to improve stack scan speedAustin Clements2015-10-221-2/+4
* runtime: add a constant for the smallest possible stack frameMichael Hudson-Doyle2015-10-181-11/+6
* runtime: don't install a stack barrier in cgocallback_gofunc's frameAustin Clements2015-08-301-0/+2
* runtime: check explicitly for short unwinding of stacksRuss Cox2015-08-281-0/+6
* runtime: implement GC stack barriersAustin Clements2015-06-021-2/+31
* runtime: make runtime.callers walk calling G, not g0Austin Clements2015-05-211-1/+2
* runtime: replace GC programs with simpler encoding, faster decoderRuss Cox2015-05-161-1/+1
* runtime: enable profiling on g0Daniel Morsing2015-05-111-1/+15
* runtime: print stack of G during a signalKeith Randall2015-04-291-1/+5
* runtime: multi-threaded, utilization-scheduled background markAustin Clements2015-04-211-1/+4
* runtime: replace func-based write barrier skipping with type-basedRuss Cox2015-04-201-1/+1
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* runtime: add support for linux/arm64Aram Hăvărneanu2015-03-161-0/+4
* runtime: fix traceback of crash before LR is storedRuss Cox2015-03-021-1/+1
* runtime: simplify CPU profiling codeMatthew Dempsky2015-02-261-9/+9
* runtime: never show system goroutines in tracebackDmitry Vyukov2015-02-111-1/+22
* runtime: rearrange framepointer check conditionAustin Clements2015-02-031-1/+1
* runtime: use 2*regSize for saved frame pointer checkAustin Clements2015-02-031-1/+1
* cmd/6g, liblink, runtime: support saving base pointersAustin Clements2015-02-021-0/+6