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

Method GetPIDAttach

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

Source from the content-addressed store, hash-verified

194 uint32_t GetRemotePort() const { return m_remotePort; }
195 bool GetRequestTerminalEmulator() const { return m_requestTerminalEmulator; }
196 int32_t GetPIDAttach() const { return m_pidAttach; }
197
198 void SetAdapterType(const std::string& adapter);
199 void SetExecutablePath(const std::string& path);

Callers 2

BNDebuggerGetPIDAttachFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected