Home
last modified time | relevance | path

Searched refs:ScriptInterpreter (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp25 ScriptInterpreter::ScriptInterpreter(CommandInterpreter &interpreter, in ScriptInterpreter() function in ScriptInterpreter
29 ScriptInterpreter::~ScriptInterpreter() {} in ~ScriptInterpreter()
31 CommandInterpreter &ScriptInterpreter::GetCommandInterpreter() { in GetCommandInterpreter()
35 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
43 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
50 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
69 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
77 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
89 void ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
98 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock()
H A DCommandObjectScript.cpp56 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp36 ScriptInterpreter &script_interp) in BreakpointResolverScripted()
51 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
109 ScriptInterpreter *script_interp = bkpt->GetTarget() in CreateFromStructuredData()
127 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
141 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
156 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
168 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
182 ScriptInterpreter *script_interp = GetScriptInterpreter(); in CopyForBreakpoint()
H A DBreakpointOptions.cpp56 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
83 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
335 ScriptInterpreter *interp = in CreateFromStructuredData()
345 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
614 ScriptInterpreter::LanguageToString(data->interpreter).c_str()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp63 ScriptInterpreter *script_interp = m_thread.GetProcess() in DidPush()
83 ScriptInterpreter *script_interp = m_thread.GetProcess() in ShouldStop()
107 ScriptInterpreter *script_interp = m_thread.GetProcess() in IsPlanStale()
131 ScriptInterpreter *script_interp = m_thread.GetProcess() in DoPlanExplainsStop()
170 ScriptInterpreter *script_interp = m_thread.GetProcess() in GetPlanRunState()
H A DStackFrameRecognizer.cpp31 ScriptInterpreter *interpreter, const char *pclass) in ScriptedStackFrameRecognizer()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h33 ScriptInterpreter &script_interp);
66 ScriptInterpreter *GetScriptInterpreter();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 class ScriptInterpreter; variable
88 lldb_private::ScriptInterpreter *m_interpreter;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h71 lldb_private::ScriptInterpreter *m_interpreter;
76 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h36 class ScriptInterpreter : public PluginInterface {
56 ScriptInterpreter(CommandInterpreter &interpreter,
59 ~ScriptInterpreter() override;
H A DCommandInterpreter.h399 ScriptInterpreter *GetScriptInterpreter(bool can_create = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h17 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp26 : ScriptInterpreter(interpreter, eScriptLanguageNone) {} in ScriptInterpreterNone()
/freebsd-12.1/contrib/llvm/tools/lldb/
H A DFREEBSD-Xlist139 source/Plugins/ScriptInterpreter/CMakeLists.txt
140 source/Plugins/ScriptInterpreter/None/CMakeLists.txt
141 source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1262 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1277 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1320 if (ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter()) in CommandObjectScriptingObject()
1335 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelp()
1351 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1366 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1650 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1735 ScriptInterpreter *interpreter = in DoExecute()
H A DCommandObjectType.cpp183 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
195 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
428 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
440 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1359 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
1369 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
2396 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_PythonClass()
H A DCommandObjectBreakpointCommand.cpp428 ScriptInterpreter *script_interp = m_interpreter.GetScriptInterpreter(); in DoExecute()
H A DCommandObjectFrame.cpp904 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp266 : ScriptInterpreter(interpreter, eScriptLanguagePython), in ScriptInterpreterPython()
1353 ScriptInterpreter::ExecuteScriptOptions().SetEnableIO(false)); in ExportFunctionDefinitionToInterpreter()
1850 ScriptInterpreter *script_interpreter = in CreateScriptedThreadPlan()
1956 ScriptInterpreter *script_interpreter = in CreateScriptedBreakpointResolver()
2076 ScriptInterpreter *script_interpreter = in CreateSyntheticScriptedProvider()
2258 ScriptInterpreter *script_interpreter = in BreakpointCallbackFunction()
2309 ScriptInterpreter *script_interpreter = in WatchpointCallbackFunction()
2795 ScriptInterpreter::ExecuteScriptOptions() in LoadScriptingModule()
2827 ScriptInterpreter::ExecuteScriptOptions() in LoadScriptingModule()
2880 ScriptInterpreter::eScriptReturnTypeOpaqueObject, in LoadScriptingModule()
[all …]
H A DScriptInterpreterPython.h34 class ScriptInterpreterPython : public ScriptInterpreter,
172 ScriptInterpreter::ScriptReturnType return_type, void *ret_value,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h197 class ScriptInterpreter; variable
422 typedef std::shared_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterSP;
423 typedef std::unique_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterUP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp358 ScriptInterpreter *interpreter_ptr = in AddTypeSummary()
470 ScriptInterpreter *interpreter_ptr = in AddTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp180 ScriptInterpreter *script_interpreter = in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h439 ScriptInterpreter *m_interpreter;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile292 SRCS+= Interpreter/ScriptInterpreter.cpp
444 SRCS+= Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp

12