Home
last modified time | relevance | path

Searched refs:GetScriptInterpreterInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py47 info_sd = self.dbg.GetScriptInterpreterInfo(self.dbg.GetScriptingLanguage("python"))
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i504 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h261 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp402 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp677 SBDebugger::GetScriptInterpreterInfo(lldb::ScriptLanguage language) { in GetScriptInterpreterInfo() function in SBDebugger