| 558 | |
| 559 | |
| 560 | void DebuggerController::SetExecutablePath(const std::string& path) |
| 561 | { |
| 562 | BNDebuggerSetExecutablePath(m_object, path.c_str()); |
| 563 | } |
| 564 | |
| 565 | |
| 566 | void DebuggerController::SetWorkingDirectory(const std::string& path) |
nothing calls this directly
no test coverage detected