| 413 | |
| 414 | |
| 415 | DebugStopReason DebuggerController::StepOverAndWait(BNFunctionGraphType il) |
| 416 | { |
| 417 | return BNDebuggerStepOverAndWait(m_object, il); |
| 418 | } |
| 419 | |
| 420 | |
| 421 | DebugStopReason DebuggerController::StepReturnAndWait() |
nothing calls this directly
no test coverage detected