summaryrefslogtreecommitdiff
path: root/src/runtime/debugcall.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui2021-06-081-1/+1
* runtime: update debug call protocol for register ABIMichael Anthony Knyszek2021-04-141-10/+22
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang2020-10-301-26/+8
* runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen2020-09-081-1/+1
* all: avoid awkward wording from CL 236857Russ Cox2020-06-081-1/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-1/+1
* cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements2020-04-291-14/+26
* runtime: use conservative scanning for debug callsAustin Clements2020-04-291-0/+13
* runtime: perform debug call injection on a new goroutineAustin Clements2020-04-291-2/+122
* runtime: whitelist debugCall32..debugCall65536 in debugCallCheckAlessandro Arzilli2019-04-291-1/+21
* runtime: support for debugger function callsAustin Clements2018-05-221-0/+94