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

Method GetRemoteHost

api/debuggercontroller.cpp:476–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476std::string DebuggerController::GetRemoteHost()
477{
478 char* host = BNDebuggerGetRemoteHost(m_object);
479 if (!host)
480 return "";
481
482 std::string result = host;
483 BNDebuggerFreeString(host);
484 return result;
485}
486
487
488uint32_t DebuggerController::GetRemotePort()

Callers 2

Calls 2

BNDebuggerGetRemoteHostFunction · 0.85
BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected