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

Function BNDebuggerGetRemotePort

core/ffi.cpp:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642
643uint32_t BNDebuggerGetRemotePort(BNDebuggerController* controller)
644{
645 return controller->object->GetState()->GetRemotePort();
646}
647
648
649int32_t BNDebuggerGetPIDAttach(BNDebuggerController* controller)

Callers 1

GetRemotePortMethod · 0.85

Calls 2

GetStateMethod · 0.80
GetRemotePortMethod · 0.45

Tested by

no test coverage detected