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
2021-02-19
runtime: ignore SPWRITE in syscall functions
Russ Cox
2021-02-19
runtime: enable framepointer on all arm64
Russ Cox
2021-02-19
runtime: do not treat asmcgocall as a topofstack on g0
Russ Cox
2021-02-19
runtime: do not treat morestack as a topofstack
Russ Cox
2021-02-19
runtime: do not treat mcall as a topofstack
Russ Cox
2021-02-19
runtime: use TOPFRAME to identify top-of-frame functions
Russ Cox
2021-02-19
runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples
Russ Cox
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2021-01-05
runtime: don't take allglock in tracebackothers
Michael Pratt
2020-11-24
runtime: use inlined function name for traceback elision
Austin Clements
2020-11-09
Revert "runtime: make stack traces of endless recursion print only top and bo...
Emmanuel Odeke
2020-11-06
runtime: make stack traces of endless recursion print only top and bottom 50
Emmanuel T Odeke
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-08-17
runtime: remove tracebackinit and unused skipPC
liu-xuewen
2020-08-17
runtime: replace index and contains with bytealg calls
Austin Clements
2019-11-08
runtime: fix line number for faulting instructions
Keith Randall
2019-11-05
runtime: add async preemption support on ARM
Cherry Zhang
2019-10-25
runtime: add general suspendG/resumeG
Austin Clements
2019-10-11
runtime: make goroutine for wasm async events short-lived
Richard Musiol
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-10-07
runtime: do not omit stack trace of goroutine that handles async events
Richard Musiol
2019-06-10
Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""
Keith Randall
2019-06-05
Revert "cmd/compile,runtime: allocate defer records on the stack"
Keith Randall
2019-06-04
cmd/compile,runtime: allocate defer records on the stack
Keith Randall
2019-06-03
runtime: get map of args of unstarted goroutines like we do for defers
Keith Randall
2019-03-08
all: simplify multiple for loops
Daniel MartÃ
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2019-01-04
runtime: proper panic tracebacks with mid-stack inlining
Keith Randall
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-09
runtime: don't check _defer against nil twice
Ainar Garipov
2018-10-03
runtime: on a signal, set traceback address to a deferreturn call
Keith Randall
2018-10-02
runtime: add a more stable isSystemGoroutine mode
Austin Clements
2018-09-29
reflect: ensure correct scanning of return values
Keith Randall
2018-08-29
build: support frame-pointer for arm64
Zheng Xu
2018-08-23
runtime: handle morestack system stack transition in gentraceback
Heschi Kreinick
2018-08-23
runtime: fix use of wrong g in gentraceback
Heschi Kreinick
2018-08-22
runtime: replace calls to hasprefix with hasPrefix
Martin Möhrmann
2018-07-24
runtime: traceback from outermost libc call
Keith Randall
2018-07-03
runtime: document when cgo traceback function is called
Nikhil Benesch
2018-05-22
runtime: fix defer matching of leaf functions on LR machines
Austin Clements
2018-05-07
runtime: replace system goroutine whitelist with symbol test
Austin Clements
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-04-29
runtime: add fast version of getArgInfo
Josh Bleecher Snyder
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-03-15
runtime: identify special functions by flag instead of address
Keith Randall
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
[prev]
[next]