summaryrefslogtreecommitdiff
path: root/src/runtime/export_debug_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: perform debug call injection on a new goroutineAustin Clements2020-04-291-4/+8
* runtime: treat call from runtime as transient in TestDebugCallIan Lance Taylor2019-12-031-1/+1
* runtime: if InjectDebugCall sees "not at safe point", keep tryingIan Lance Taylor2019-11-081-1/+7
* runtime: sleep a bit when waiting for running debug call goroutineIan Lance Taylor2019-11-081-0/+1
* runtime: fix hangs in TestDebugCall*Austin Clements2018-12-171-13/+33
* runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann2018-08-221-1/+1
* runtime: check tgkill error in Debug testsIan Lance Taylor2018-07-131-2/+4
* runtime: support for debugger function callsAustin Clements2018-05-221-0/+166