MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerSetRemoteHost

Function BNDebuggerSetRemoteHost

core/ffi.cpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SetRemoteHostMethod · 0.85

Calls 2

GetStateMethod · 0.80
SetRemoteHostMethod · 0.45

Tested by

no test coverage detected