| 533 | |
| 534 | |
| 535 | BNDebugStopReason BNDebuggerStepIntoAndWait(BNDebuggerController* controller, BNFunctionGraphType il) |
| 536 | { |
| 537 | return controller->object->StepIntoAndWait(il); |
| 538 | } |
| 539 | |
| 540 | |
| 541 | BNDebugStopReason BNDebuggerStepOverAndWait(BNDebuggerController* controller, BNFunctionGraphType il) |
no test coverage detected