| 552 | |
| 553 | |
| 554 | void DebuggerController::SetInputFile(const std::string& path) |
| 555 | { |
| 556 | BNDebuggerSetInputFile(m_object, path.c_str()); |
| 557 | } |
| 558 | |
| 559 | |
| 560 | void DebuggerController::SetExecutablePath(const std::string& path) |
nothing calls this directly
no test coverage detected