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

Method SetRemoteHost

api/debuggercontroller.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576
577
578void DebuggerController::SetRemoteHost(const std::string& host)
579{
580 BNDebuggerSetRemoteHost(m_object, host.c_str());
581}
582
583
584void DebuggerController::SetRemotePort(uint32_t port)

Callers

nothing calls this directly

Calls 1

BNDebuggerSetRemoteHostFunction · 0.85

Tested by

no test coverage detected