aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug_test.go
AgeCommit message (Expand)Author
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-11runtime: move zero-sized frame check from newproc to newproc1Austin Clements
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-11-08runtime: if InjectDebugCall sees "not at safe point", keep tryingIan Lance Taylor
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-10-03runtime: skip debug call injection tests under a debuggerAustin Clements
2018-07-13runtime: check tgkill error in Debug testsIan Lance Taylor
2018-05-24runtime: fix preemption deadlocks in TestDebugCall*Austin Clements
2018-05-22runtime: support for debugger function callsAustin Clements