summaryrefslogtreecommitdiff
path: root/src/runtime/traceback.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: support for debugger function calls on linux/arm64eric fang2022-04-231-1/+1
* runtime: print goid when throwing in gentracebackMichael Pratt2022-03-071-2/+2
* runtime: support cgo traceback on linux arm64eric fang2022-03-041-3/+3
* runtime: start ARM atomic kernel helper traceback in callerMichael Pratt2021-11-121-0/+14
* runtime, syscall: add calls to asan functionsfanzha022021-11-021-0/+6
* cmd/compile, runtime: track argument stack slot livenessCherry Mui2021-10-271-4/+29
* runtime: handle async fatal signals in VDSOMichael Pratt2021-10-261-2/+9
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-13/+13
* all: fix typosYasuhiro Matsumoto2021-08-171-1/+1
* [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...Michael Anthony Knyszek2021-06-171-1/+1
* [dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek2021-06-171-1/+1
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-10/+11
* [dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky2021-06-141-5/+1
|\
| * runtime: remove out-of-date comments about frame skippingMatthew Dempsky2021-06-081-5/+1
* | [dev.typeparams] runtime: remove tracebackdefersCherry Mui2021-06-081-32/+0
* | [dev.typeparams] runtime: remove variadic defer/go callsCherry Mui2021-06-081-6/+3
|/
* runtime: fix handling of SPWRITE functions in tracebackRuss Cox2021-05-121-5/+12
* cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang2021-04-221-11/+78
* reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek2021-04-021-1/+1
* runtime: encapsulate access to allgsMichael Pratt2021-03-051-12/+9
* runtime: ignore SPWRITE in syscall functionsRuss Cox2021-02-191-0/+6
* runtime: enable framepointer on all arm64Russ Cox2021-02-191-1/+16
* runtime: do not treat asmcgocall as a topofstack on g0Russ Cox2021-02-191-12/+1
* runtime: do not treat morestack as a topofstackRuss Cox2021-02-191-1/+0
* runtime: do not treat mcall as a topofstackRuss Cox2021-02-191-1/+0
* runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox2021-02-191-4/+1
* runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox2021-02-191-24/+28
* runtime: document, clean up internal/sysRuss Cox2021-02-191-12/+8
* runtime: don't take allglock in tracebackothersMichael Pratt2021-01-051-10/+17
* runtime: use inlined function name for traceback elisionAustin Clements2020-11-241-2/+13
* Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke2020-11-091-126/+47
* runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke2020-11-061-47/+126
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-1/+1
* runtime: framepointers are no longer an experiment - hard code themKeith Randall2020-08-271-3/+3
* runtime: remove tracebackinit and unused skipPCliu-xuewen2020-08-171-13/+0
* runtime: replace index and contains with bytealg callsAustin Clements2020-08-171-1/+2
* runtime: fix line number for faulting instructionsKeith Randall2019-11-081-1/+14
* runtime: add async preemption support on ARMCherry Zhang2019-11-051-2/+3
* runtime: add general suspendG/resumeGAustin Clements2019-10-251-0/+1
* runtime: make goroutine for wasm async events short-livedRichard Musiol2019-10-111-2/+2
* all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick2019-10-101-2/+2
* runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol2019-10-071-3/+3
* Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall2019-06-101-35/+7
* Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall2019-06-051-7/+35
* cmd/compile,runtime: allocate defer records on the stackKeith Randall2019-06-041-35/+7
* runtime: get map of args of unstarted goroutines like we do for defersKeith Randall2019-06-031-6/+10
* all: simplify multiple for loopsDaniel Martí2019-03-081-4/+1
* runtime: store incremented PC in result of runtime.CallersKeith Randall2019-01-081-3/+5
* runtime: proper panic tracebacks with mid-stack inliningKeith Randall2019-01-041-54/+48
* cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall2018-12-281-46/+42