Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i441 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h303 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1407 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage() function in SBDebugger
1408 LLDB_RECORD_METHOD(void, SBDebugger, SetScriptLanguage, in SetScriptLanguage()
1412 m_opaque_sp->SetScriptLanguage(script_lang); in SetScriptLanguage()
1856 LLDB_REGISTER_METHOD(void, SBDebugger, SetScriptLanguage, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h301 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp268 m_debugger.SetScriptLanguage(m_debugger.GetScriptingLanguage(arg_value)); in ProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp312 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20043 (arg1)->SetScriptLanguage(arg2); in _wrap_SBDebugger_SetScriptLanguage()