index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
traceback.go
Age
Commit message (
Expand
)
Author
2023-03-10
runtime: simplify traceback PC back-up logic
Austin Clements
2023-03-10
runtime: replace all callback uses of gentraceback with unwinder
Austin Clements
2023-03-10
runtime: implement traceback iterator
Austin Clements
2023-03-10
runtime: replace cgoCtxt slice with index in traceback
Austin Clements
2023-03-10
runtime: use inlineUnwinder
Austin Clements
2023-03-10
runtime: use srcFunc for showframe
Austin Clements
2023-03-10
runtime: resolve caller funcInfo after processing current frame
Austin Clements
2023-03-10
runtime: eliminate waspanic from gentraceback
Austin Clements
2023-03-10
runtime: don't track stack separately in gentraceback
Austin Clements
2023-02-21
runtime: record parent goroutine ID, and print it in stack traces
Nick Ripley
2022-11-07
runtime: fix a few function names on comments
cui fliter
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-10-05
runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-09-07
runtime: rename _func.nameoff and friends to nameOff
Michael Pratt
2022-09-07
runtime: rename inlinedCall.func_ to inlinedCall.nameOff
Michael Pratt
2022-09-06
runtime: in traceback, only jump stack if M doesn't change
Austin Clements
2022-09-05
runtime: refactor finalizer goroutine status
Leonard Wang
2022-09-02
runtime: consolidate stkframe and its methods into stkframe.go
Austin Clements
2022-09-02
runtime: replace stkframe.arglen/argmap with methods
Austin Clements
2022-09-02
runtime: switch gp when jumping stacks during traceback
Austin Clements
2022-09-02
runtime: drop redundant argument to getArgInfo
Austin Clements
2022-09-02
runtime: drop function context from traceback
Austin Clements
2022-08-18
runtime: convert m.cgoCallersUse to atomic type
Cuong Manh Le
2022-08-12
runtime: convert panicking to atomic type
Michael Pratt
2022-08-02
runtime: tricky replacements of g in traceback.go
Michael Pratt
2022-08-02
runtime: fix outdated g.m comment in traceback.go
Michael Pratt
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-04-28
runtime: use saved LR when unwinding through morestack
Cherry Mui
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2022-04-23
runtime: support for debugger function calls on linux/arm64
eric fang
2022-03-07
runtime: print goid when throwing in gentraceback
Michael Pratt
2022-03-04
runtime: support cgo traceback on linux arm64
eric fang
2021-11-12
runtime: start ARM atomic kernel helper traceback in caller
Michael Pratt
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-10-27
cmd/compile, runtime: track argument stack slot liveness
Cherry Mui
2021-10-26
runtime: handle async fatal signals in VDSO
Michael Pratt
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-08-17
all: fix typos
Yasuhiro 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.typeparams
Matthew Dempsky
2021-06-08
[dev.typeparams] runtime: remove tracebackdefers
Cherry Mui
2021-06-08
[dev.typeparams] runtime: remove variadic defer/go calls
Cherry Mui
2021-06-08
runtime: remove out-of-date comments about frame skipping
Matthew Dempsky
2021-05-12
runtime: fix handling of SPWRITE functions in traceback
Russ Cox
2021-04-22
cmd/compile, runtime: add metadata for argument printing in traceback
Cherry Zhang
2021-04-02
reflect: add register ABI support for makeFuncStub and methodValueCall
Michael Anthony Knyszek
2021-03-05
runtime: encapsulate access to allgs
Michael Pratt
2021-02-19
runtime: ignore SPWRITE in syscall functions
Russ Cox
[prev]
[next]