Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScript.cpp111 ScriptInterpreter *script_interpreter = in DoExecute() local
114 if (script_interpreter == nullptr) { in DoExecute()
124 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()
130 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp168 ScriptInterpreter *script_interpreter = in FormatObject() local
171 if (!script_interpreter) { in FormatObject()
176 return script_interpreter->GetScriptedSummary( in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp40 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter() argument
45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1509 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget() local
1510 if (script_interpreter) { in LoadScriptingResourceInTarget()
1532 bool did_load = script_interpreter->LoadScriptingModule( in LoadScriptingResourceInTarget()
H A DFormatEntity.cpp396 ScriptInterpreter *script_interpreter = in RunScriptFormatKeyword() local
398 if (script_interpreter) { in RunScriptFormatKeyword()
402 if (script_interpreter->RunScriptFormatKeyword(script_function_name, t, in RunScriptFormatKeyword()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2923 ScriptInterpreter *script_interpreter = in IOHandlerInterrupt() local
2925 if (script_interpreter) { in IOHandlerInterrupt()
2926 if (script_interpreter->Interrupt()) in IOHandlerInterrupt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp222 ScriptInterpreter *script_interpreter = in GetPythonInterpreter() local
224 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()