| 395 | |
| 396 | |
| 397 | bool DebuggerController::RunTo(uint64_t remoteAddresses) |
| 398 | { |
| 399 | return RunTo(std::vector<uint64_t> {remoteAddresses}); |
| 400 | } |
| 401 | |
| 402 | |
| 403 | bool DebuggerController::RunTo(const std::vector<uint64_t>& remoteAddresses) |
no test coverage detected