Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp56 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()
58 if (script_interpreter == nullptr) { in DoExecute()
69 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()
75 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
H A DCommandInterpreter.cpp2888 ScriptInterpreter *script_interpreter = GetScriptInterpreter(false); in IOHandlerInterrupt() local
2889 if (script_interpreter) { in IOHandlerInterrupt()
2890 if (script_interpreter->Interrupt()) in IOHandlerInterrupt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp180 ScriptInterpreter *script_interpreter = in FormatObject() local
183 if (!script_interpreter) { in FormatObject()
188 return script_interpreter->GetScriptedSummary( in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1850 ScriptInterpreter *script_interpreter = in CreateScriptedThreadPlan() local
1855 if (!script_interpreter) in CreateScriptedThreadPlan()
1956 ScriptInterpreter *script_interpreter = in CreateScriptedBreakpointResolver() local
1961 if (!script_interpreter) in CreateScriptedBreakpointResolver()
2076 ScriptInterpreter *script_interpreter = in CreateSyntheticScriptedProvider() local
2079 (ScriptInterpreterPython *)script_interpreter; in CreateSyntheticScriptedProvider()
2081 if (!script_interpreter) in CreateSyntheticScriptedProvider()
2258 ScriptInterpreter *script_interpreter = in BreakpointCallbackFunction() local
2263 if (!script_interpreter) in BreakpointCallbackFunction()
2309 ScriptInterpreter *script_interpreter = in WatchpointCallbackFunction() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp909 ScriptInterpreter *script_interpreter = in SetOutputFileHandle() local
911 if (script_interpreter) in SetOutputFileHandle()
912 script_interpreter->ResetOutputFileHandle(fh); in SetOutputFileHandle()
H A DModule.cpp1535 ScriptInterpreter *script_interpreter = in LoadScriptingResourceInTarget() local
1537 if (script_interpreter) { in LoadScriptingResourceInTarget()
1560 bool did_load = script_interpreter->LoadScriptingModule( in LoadScriptingResourceInTarget()
H A DFormatEntity.cpp413 ScriptInterpreter *script_interpreter = in RunScriptFormatKeyword() local
415 if (script_interpreter) { in RunScriptFormatKeyword()
419 if (script_interpreter->RunScriptFormatKeyword(script_function_name, t, in RunScriptFormatKeyword()