| 564 | |
| 565 | |
| 566 | void DebuggerController::SetWorkingDirectory(const std::string& path) |
| 567 | { |
| 568 | BNDebuggerSetWorkingDirectory(m_object, path.c_str()); |
| 569 | } |
| 570 | |
| 571 | |
| 572 | void DebuggerController::SetCommandLineArguments(const std::string& arguments) |
nothing calls this directly
no test coverage detected