| 576 | |
| 577 | |
| 578 | void DebuggerController::SetRemoteHost(const std::string& host) |
| 579 | { |
| 580 | BNDebuggerSetRemoteHost(m_object, host.c_str()); |
| 581 | } |
| 582 | |
| 583 | |
| 584 | void DebuggerController::SetRemotePort(uint32_t port) |
nothing calls this directly
no test coverage detected