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

Function BNDebuggerGetRemoteHost

core/ffi.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637char* BNDebuggerGetRemoteHost(BNDebuggerController* controller)
638{
639 return BNDebuggerAllocString(controller->object->GetState()->GetRemoteHost().c_str());
640}
641
642
643uint32_t BNDebuggerGetRemotePort(BNDebuggerController* controller)

Callers 1

GetRemoteHostMethod · 0.85

Calls 3

BNDebuggerAllocStringFunction · 0.85
GetStateMethod · 0.80
GetRemoteHostMethod · 0.45

Tested by

no test coverage detected