Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
584
void DebuggerController::SetRemotePort(uint32_t port)
585
{
586
BNDebuggerSetRemotePort(m_object, port);
587
}
588
589
590
void DebuggerController::SetPIDAttach(int32_t port)
Callers
nothing calls this directly
Calls
1
BNDebuggerSetRemotePort
Function · 0.85
Tested by
no test coverage detected