summaryrefslogtreecommitdiff
path: root/src/runtime/debug_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-3/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* runtime: if InjectDebugCall sees "not at safe point", keep tryingIan Lance Taylor2019-11-081-6/+6
* runtime: fix hangs in TestDebugCall*Austin Clements2018-12-171-5/+15
* runtime: skip debug call injection tests under a debuggerAustin Clements2018-10-031-0/+33
* runtime: check tgkill error in Debug testsIan Lance Taylor2018-07-131-2/+2
* runtime: fix preemption deadlocks in TestDebugCall*Austin Clements2018-05-241-2/+8
* runtime: support for debugger function callsAustin Clements2018-05-221-0/+200