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

Method SetRemoteHost

core/debuggerstate.cpp:935–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933
934
935void DebuggerState::SetRemoteHost(const std::string& host)
936{
937 m_remoteHost = host;
938 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
939}
940
941
942void DebuggerState::SetRemotePort(uint32_t port)

Callers 4

BNDebuggerSetRemoteHostFunction · 0.45
mainFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected