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

Method SetRemotePort

api/debuggercontroller.cpp:584–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582
583
584void DebuggerController::SetRemotePort(uint32_t port)
585{
586 BNDebuggerSetRemotePort(m_object, port);
587}
588
589
590void DebuggerController::SetPIDAttach(int32_t port)

Callers

nothing calls this directly

Calls 1

BNDebuggerSetRemotePortFunction · 0.85

Tested by

no test coverage detected