| 683 | |
| 684 | |
| 685 | void BNDebuggerSetRemoteHost(BNDebuggerController* controller, const char* host) |
| 686 | { |
| 687 | controller->object->GetState()->SetRemoteHost(host); |
| 688 | } |
| 689 | |
| 690 | |
| 691 | void BNDebuggerSetRemotePort(BNDebuggerController* controller, uint32_t port) |
no test coverage detected