Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp29 ScriptInterpreter::ScriptInterpreter( in ScriptInterpreter() function in ScriptInterpreter
36 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
43 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
49 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
59 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
74 ScriptInterpreter::GetDataExtractorFromSBData(const lldb::SBData &data) const { in GetDataExtractorFromSBData()
79 ScriptInterpreter::GetStatusFromSBError(const lldb::SBError &error) const { in GetStatusFromSBError()
87 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
97 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
109 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp59 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter()
68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush()
84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop()
103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale()
122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop()
155 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState()
H A DStackFrameRecognizer.cpp27 ScriptInterpreter *interpreter, const char *pclass) in ScriptedStackFrameRecognizer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp49 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
104 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
114 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
128 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
140 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
82 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
320 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
329 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
596 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h30 class ScriptInterpreterPython : public ScriptInterpreter,
48 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h22 class ScriptInterpreter; variable
81 lldb_private::ScriptInterpreter *m_interpreter;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h15 class ScriptInterpreter; variable
79 friend class lldb_private::ScriptInterpreter;
H A DSBData.h15 class ScriptInterpreter; variable
154 friend class lldb_private::ScriptInterpreter;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h76 lldb_private::ScriptInterpreter *m_interpreter;
81 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
H A DThreadPlanPython.h61 ScriptInterpreter *GetScriptInterpreter();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp26 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1059 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1074 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1115 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1128 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1144 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1159 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1441 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1518 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp111 ScriptInterpreter *script_interpreter = in DoExecute()
H A DCommandObjectType.cpp166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
397 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
409 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1306 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1316 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2309 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h125 class ScriptInterpreter : public PluginInterface {
145 ScriptInterpreter(
150 ~ScriptInterpreter() override = default;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h22 class ScriptInterpreterLua : public ScriptInterpreter {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h112 lldb_private::ScriptInterpreter *m_interpreter = nullptr;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h175 class ScriptInterpreter; variable
394 typedef std::shared_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterSP;
395 typedef std::unique_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterUP;
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp168 ScriptInterpreter *script_interpreter = in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp424 ScriptInterpreter *interpreter_ptr = in AddTypeSummary()
544 ScriptInterpreter *interpreter_ptr = in AddTypeSynthetic()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig123 #include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile313 SRCS+= Interpreter/ScriptInterpreter.cpp
501 SRCS+= Plugins/ScriptInterpreter/Lua/Lua.cpp
502 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
503 SRCS+= Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp

12