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

Method GetRemoteHost

core/debuggerstate.h:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 std::string GetWorkingDirectory() const { return m_workingDirectory; }
192 std::string GetCommandLineArguments() const { return m_commandLineArgs; }
193 std::string GetRemoteHost() const { return m_remoteHost; }
194 uint32_t GetRemotePort() const { return m_remotePort; }
195 bool GetRequestTerminalEmulator() const { return m_requestTerminalEmulator; }
196 int32_t GetPIDAttach() const { return m_pidAttach; }

Callers 3

BNDebuggerGetRemoteHostFunction · 0.45
ConnectToDebugServerMethod · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected