aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/traceback.go
AgeCommit message (Expand)Author
2022-11-07runtime: fix a few function names on commentscui fliter
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-05runtime: don't jump stack if at entry of systemstackCherry Mui
2022-09-07runtime: rename _func.nameoff and friends to nameOffMichael Pratt
2022-09-07runtime: rename inlinedCall.func_ to inlinedCall.nameOffMichael Pratt
2022-09-06runtime: in traceback, only jump stack if M doesn't changeAustin Clements
2022-09-05runtime: refactor finalizer goroutine statusLeonard Wang
2022-09-02runtime: consolidate stkframe and its methods into stkframe.goAustin Clements
2022-09-02runtime: replace stkframe.arglen/argmap with methodsAustin Clements
2022-09-02runtime: switch gp when jumping stacks during tracebackAustin Clements
2022-09-02runtime: drop redundant argument to getArgInfoAustin Clements
2022-09-02runtime: drop function context from tracebackAustin Clements
2022-08-18runtime: convert m.cgoCallersUse to atomic typeCuong Manh Le
2022-08-12runtime: convert panicking to atomic typeMichael Pratt
2022-08-02runtime: tricky replacements of g in traceback.goMichael Pratt
2022-08-02runtime: fix outdated g.m comment in traceback.goMichael Pratt
2022-07-11internal/trace: don't report regions on system goroutinesMichael Pratt
2022-04-28runtime: use saved LR when unwinding through morestackCherry Mui
2022-04-28runtime: simply user throws, expand runtime throwsMichael Pratt
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2022-03-07runtime: print goid when throwing in gentracebackMichael Pratt
2022-03-04runtime: support cgo traceback on linux arm64eric fang
2021-11-12runtime: start ARM atomic kernel helper traceback in callerMichael Pratt
2021-11-02runtime, syscall: add calls to asan functionsfanzha02
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-26runtime: handle async fatal signals in VDSOMichael Pratt
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-08-17all: fix typosYasuhiro Matsumoto
2021-06-17[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-08[dev.typeparams] runtime: remove tracebackdefersCherry Mui
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-06-08runtime: remove out-of-date comments about frame skippingMatthew Dempsky
2021-05-12runtime: fix handling of SPWRITE functions in tracebackRuss Cox
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2021-03-05runtime: encapsulate access to allgsMichael Pratt
2021-02-19runtime: ignore SPWRITE in syscall functionsRuss Cox
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-02-19runtime: do not treat asmcgocall as a topofstack on g0Russ Cox
2021-02-19runtime: do not treat morestack as a topofstackRuss Cox
2021-02-19runtime: do not treat mcall as a topofstackRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2021-01-05runtime: don't take allglock in tracebackothersMichael Pratt
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2020-11-09Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke