| 701 | |
| 702 | |
| 703 | void BNDebuggerSetInputFile(BNDebuggerController* controller, const char* path) |
| 704 | { |
| 705 | controller->object->GetState()->SetInputFile(path); |
| 706 | } |
| 707 | |
| 708 | |
| 709 | void BNDebuggerSetExecutablePath(BNDebuggerController* controller, const char* path) |
no test coverage detected