aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_debug_test.go
AgeCommit message (Expand)Author
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-29runtime: perform debug call injection on a new goroutineAustin Clements
2019-12-03runtime: treat call from runtime as transient in TestDebugCallIan Lance Taylor
2019-11-08runtime: if InjectDebugCall sees "not at safe point", keep tryingIan Lance Taylor
2019-11-08runtime: sleep a bit when waiting for running debug call goroutineIan Lance Taylor
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-08-22runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann
2018-07-13runtime: check tgkill error in Debug testsIan Lance Taylor
2018-05-22runtime: support for debugger function callsAustin Clements