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
/
export_debug_test.go
Age
Commit message (
Expand
)
Author
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2024-08-02
runtime: add debug call injection support on loong64
limeidan
2024-05-17
runtime: make use of stringslite.{HasPrefix, HasSuffix}
Jes Cok
2024-04-02
all: use kind* of abi
qiulaidongfeng
2023-09-08
runtime: support for debugger function calls on linux/ppc64le
Archana
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2022-09-05
runtime: convert g.atomicstatus to internal atomic type
Andy Pan
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-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-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
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-04-29
runtime: perform debug call injection on a new goroutine
Austin Clements
2019-12-03
runtime: treat call from runtime as transient in TestDebugCall
Ian Lance Taylor
2019-11-08
runtime: if InjectDebugCall sees "not at safe point", keep trying
Ian Lance Taylor
2019-11-08
runtime: sleep a bit when waiting for running debug call goroutine
Ian Lance Taylor
2018-12-17
runtime: fix hangs in TestDebugCall*
Austin Clements
2018-08-22
runtime: replace calls to hasprefix with hasPrefix
Martin Möhrmann
2018-07-13
runtime: check tgkill error in Debug tests
Ian Lance Taylor
2018-05-22
runtime: support for debugger function calls
Austin Clements