Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: perform debug call injection on a new goroutine | Austin Clements | 2020-04-29 | 1 | -4/+8 |
* | runtime: treat call from runtime as transient in TestDebugCall | Ian Lance Taylor | 2019-12-03 | 1 | -1/+1 |
* | runtime: if InjectDebugCall sees "not at safe point", keep trying | Ian Lance Taylor | 2019-11-08 | 1 | -1/+7 |
* | runtime: sleep a bit when waiting for running debug call goroutine | Ian Lance Taylor | 2019-11-08 | 1 | -0/+1 |
* | runtime: fix hangs in TestDebugCall* | Austin Clements | 2018-12-17 | 1 | -13/+33 |
* | runtime: replace calls to hasprefix with hasPrefix | Martin Möhrmann | 2018-08-22 | 1 | -1/+1 |
* | runtime: check tgkill error in Debug tests | Ian Lance Taylor | 2018-07-13 | 1 | -2/+4 |
* | runtime: support for debugger function calls | Austin Clements | 2018-05-22 | 1 | -0/+166 |