| 419 | |
| 420 | |
| 421 | DebugStopReason DebuggerController::StepReturnAndWait() |
| 422 | { |
| 423 | return BNDebuggerStepReturnAndWait(m_object); |
| 424 | } |
| 425 | |
| 426 | |
| 427 | DebugStopReason DebuggerController::RunToAndWait(uint64_t remoteAddresses) |
nothing calls this directly
no test coverage detected