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
/
debug_test.go
Age
Commit message (
Expand
)
Author
2022-09-06
Revert "runtime: convert local var stop,ready at TestDebugCallUnsafePoint to ...
Daniel MartÃ
2022-09-05
runtime: convert local var stop,ready at TestDebugCallUnsafePoint to atomic type
cuiweixie
2022-04-23
runtime: support for debugger function calls on linux/arm64
eric fang
2022-03-18
reflect, runtime: drop RegabiArgs conditions
Cherry Mui
2021-12-07
runtime: fix comments on the behavior of SetGCPercent
Michael Anthony Knyszek
2021-12-07
runtime: clean up redundant calls to SetGCPercent in debug_test.go
Michael Anthony Knyszek
2021-11-08
runtime: disable GC during debug call tests
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-14
runtime: update debug call protocol for register ABI
Michael Anthony Knyszek
2021-04-11
runtime: move zero-sized frame check from newproc to newproc1
Austin Clements
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2019-11-08
runtime: if InjectDebugCall sees "not at safe point", keep trying
Ian Lance Taylor
2018-12-17
runtime: fix hangs in TestDebugCall*
Austin Clements
2018-10-03
runtime: skip debug call injection tests under a debugger
Austin Clements
2018-07-13
runtime: check tgkill error in Debug tests
Ian Lance Taylor
2018-05-24
runtime: fix preemption deadlocks in TestDebugCall*
Austin Clements
2018-05-22
runtime: support for debugger function calls
Austin Clements