Home
last modified time | relevance | path

Searched refs:GetMainModule (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostProcess.cpp36 Error HostProcess::GetMainModule(FileSpec &file_spec) const in GetMainModule() function in HostProcess
38 return m_native_process->GetMainModule(file_spec); in GetMainModule()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDHostProcessPosix.h33 Error GetMainModule(FileSpec &file_spec) const override;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHostProcess.h47 Error GetMainModule(FileSpec &file_spec) const;
HDHostNativeProcessBase.h38 virtual Error GetMainModule(FileSpec &file_spec) const = 0;
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostProcessPosix.cpp66 Error HostProcessPosix::GetMainModule(FileSpec &file_spec) const in GetMainModule() function in HostProcessPosix
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp499 ScriptInterpreterPython::GetMainModule () in GetMainModule() function in ScriptInterpreterPython
511 PythonObject &main_module = GetMainModule (); in GetSessionDictionary()
880 PythonObject &main_module = GetMainModule (); in ExecuteOneLineWithReturn()
1044 PythonObject &main_module = GetMainModule (); in ExecuteMultipleLines()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h530 GetMainModule ();