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

Function BNDebuggerSetRemotePort

core/ffi.cpp:691–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689
690
691void BNDebuggerSetRemotePort(BNDebuggerController* controller, uint32_t port)
692{
693 controller->object->GetState()->SetRemotePort(port);
694}
695
696
697void BNDebuggerSetPIDAttach(BNDebuggerController* controller, int32_t pid)

Callers 1

SetRemotePortMethod · 0.85

Calls 2

GetStateMethod · 0.80
SetRemotePortMethod · 0.45

Tested by

no test coverage detected