| 527 | |
| 528 | |
| 529 | BNDebugStopReason BNDebuggerGoAndWait(BNDebuggerController* controller) |
| 530 | { |
| 531 | return controller->object->GoAndWait(); |
| 532 | } |
| 533 | |
| 534 | |
| 535 | BNDebugStopReason BNDebuggerStepIntoAndWait(BNDebuggerController* controller, BNFunctionGraphType il) |