aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debugcall.go
AgeCommit message (Expand)Author
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29runtime: use conservative scanning for debug callsAustin Clements
2020-04-29runtime: perform debug call injection on a new goroutineAustin Clements
2019-04-29runtime: whitelist debugCall32..debugCall65536 in debugCallCheckAlessandro Arzilli
2018-05-22runtime: support for debugger function callsAustin Clements