| 425 | |
| 426 | |
| 427 | DebugStopReason DebuggerController::RunToAndWait(uint64_t remoteAddresses) |
| 428 | { |
| 429 | return RunToAndWait(std::vector<uint64_t> {remoteAddresses}); |
| 430 | } |
| 431 | |
| 432 | |
| 433 | DebugStopReason DebuggerController::RunToAndWait(const std::vector<uint64_t>& remoteAddresses) |
nothing calls this directly
no test coverage detected