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

Method GetInputFile

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

Source from the content-addressed store, hash-verified

188 std::string GetAdapterType() const { return m_adapterType; }
189 std::string GetExecutablePath() const { return m_executablePath; }
190 std::string GetInputFile() const { return m_inputFile; }
191 std::string GetWorkingDirectory() const { return m_workingDirectory; }
192 std::string GetCommandLineArguments() const { return m_commandLineArgs; }
193 std::string GetRemoteHost() const { return m_remoteHost; }

Callers 2

BNDebuggerGetInputFileFunction · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected