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

Method SetRemotePort

core/debuggerstate.cpp:942–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940
941
942void DebuggerState::SetRemotePort(uint32_t port)
943{
944 m_remotePort = port;
945 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
946}
947
948
949void DebuggerState::SetRequestTerminalEmulator(bool requested)

Callers 4

BNDebuggerSetRemotePortFunction · 0.45
mainFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected