| 117 | } |
| 118 | |
| 119 | void WatchProcessCore(int pid, const TFsPath& binaryPath, const TFsPath& cwd) { |
| 120 | auto& filename = NPrivate::GetTestEnv().CoreSearchFile; |
| 121 | if (filename) { |
| 122 | AddEntryToCoreSearchFile(filename, "add", pid, binaryPath, cwd); |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | void StopProcessCoreWatching(int pid) { |
| 127 | auto& filename = NPrivate::GetTestEnv().CoreSearchFile; |
no test coverage detected