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
/
debugcall.go
Age
Commit message (
Expand
)
Author
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-08-02
runtime: add debug call injection support on loong64
limeidan
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-22
runtime: add tracing for iter.Pull
Michael Anthony Knyszek
2023-11-09
runtime: refactor runtime->tracer API to appear more like a lock
Michael Anthony Knyszek
2023-09-08
runtime: support for debugger function calls on linux/ppc64le
Archana
2023-09-07
runtime: always lock OS thread in debugcall
Michael Anthony Knyszek
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-07
Revert "runtime: drop stack-allocated pcvalueCaches"
Austin Clements
2023-08-07
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-05-19
runtime: replace raw traceEv with traceBlockReason in gopark
Michael Anthony Knyszek
2023-05-11
runtime: replace trace.enabled with traceEnabled
Michael Anthony Knyszek
2023-04-21
internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...
Austin Clements
2022-09-16
runtime: set G wait reason more consistently
Michael Anthony Knyszek
2022-04-23
runtime: support for debugger function calls on linux/arm64
eric fang
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-06-08
[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...
Cherry Mui
2021-04-14
runtime: update debug call protocol for register ABI
Michael Anthony Knyszek
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-30
runtime: remove go115ReduceLiveness and go115RestartSeq
Cherry Zhang
2020-09-08
runtime: make PCDATA_RegMapUnsafe more clear and remove magic number
chainhelen
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-04-29
cmd/compile,runtime: stack maps only at calls, remove register maps
Austin Clements
2020-04-29
runtime: use conservative scanning for debug calls
Austin Clements
2020-04-29
runtime: perform debug call injection on a new goroutine
Austin Clements
2019-04-29
runtime: whitelist debugCall32..debugCall65536 in debugCallCheck
Alessandro Arzilli
2018-05-22
runtime: support for debugger function calls
Austin Clements