Searched refs:script_lang (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 31 Debugger &debugger, lldb::ScriptLanguage script_lang, in ScriptInterpreter() argument 34 : m_debugger(debugger), m_script_lang(script_lang), in ScriptInterpreter()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | PluginManager.h | 258 lldb::ScriptLanguage script_lang, 267 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
|
H A D | Debugger.h | 279 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBDebugger.i | 465 SetScriptLanguage (lldb::ScriptLanguage script_lang);
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 333 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBDebugger.cpp | 1415 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage() argument 1416 LLDB_INSTRUMENT_VA(this, script_lang); in SetScriptLanguage() 1419 m_opaque_sp->SetScriptLanguage(script_lang); in SetScriptLanguage()
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 149 Debugger &debugger, lldb::ScriptLanguage script_lang,
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | PluginManager.cpp | 918 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage() argument 926 if (script_lang == instance.language) in GetScriptInterpreterForLanguage()
|
H A D | Debugger.cpp | 331 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() argument 334 script_lang); in SetScriptLanguage()
|