aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debugcall.go
AgeCommit message (Expand)Author
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