| 407 | |
| 408 | |
| 409 | DebugStopReason DebuggerController::StepIntoAndWait(BNFunctionGraphType il) |
| 410 | { |
| 411 | return BNDebuggerStepIntoAndWait(m_object, il); |
| 412 | } |
| 413 | |
| 414 | |
| 415 | DebugStopReason DebuggerController::StepOverAndWait(BNFunctionGraphType il) |
nothing calls this directly
no test coverage detected