| 570 | |
| 571 | |
| 572 | void DebuggerController::SetCommandLineArguments(const std::string& arguments) |
| 573 | { |
| 574 | BNDebuggerSetCommandLineArguments(m_object, arguments.c_str()); |
| 575 | } |
| 576 | |
| 577 | |
| 578 | void DebuggerController::SetRemoteHost(const std::string& host) |
nothing calls this directly
no test coverage detected