Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp29 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, in ScriptInterpreter() function in ScriptInterpreter
33 ScriptInterpreter::~ScriptInterpreter() {} in ~ScriptInterpreter()
35 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
43 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
50 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
60 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
75 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
85 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
97 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
111 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock()
DCMakeLists.txt53 ScriptInterpreter.cpp
/external/llvm-project/lldb/source/Target/
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()
DStackFrameRecognizer.cpp27 ScriptInterpreter *interpreter, const char *pclass) in ScriptedStackFrameRecognizer()
/external/llvm-project/lldb/source/Breakpoint/
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()
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()
598 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h28 class ScriptInterpreterPython : public ScriptInterpreter,
46 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
DScriptInterpreterPython.cpp220 ScriptInterpreter *script_interpreter = in GetPythonInterpreter()
1049 llvm::StringRef in_string, ScriptInterpreter::ScriptReturnType return_type, in ExecuteOneLineWithReturn()
1334 ScriptInterpreter::ExecuteScriptOptions().SetEnableIO(false)); in ExportFunctionDefinitionToInterpreter()
2773 ScriptInterpreter::ExecuteScriptOptions() in LoadScriptingModule()
2847 ScriptInterpreter::ExecuteScriptOptions() in LoadScriptingModule()
2874 ScriptInterpreter::ExecuteScriptOptions() in LoadScriptingModule()
2895 ScriptInterpreter::eScriptReturnTypeOpaqueObject, &module_pyobj) && in LoadScriptingModule()
2923 ScriptInterpreter::eScriptReturnTypeBool, in IsReservedWord()
3050 command, ScriptInterpreter::eScriptReturnTypeCharStrOrNone, in GetDocumentationForItem()
3052 ScriptInterpreter::ExecuteScriptOptions().SetEnableIO(false))) { in GetDocumentationForItem()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h22 class ScriptInterpreter; variable
81 lldb_private::ScriptInterpreter *m_interpreter;
/external/llvm-project/lldb/source/Plugins/
DCMakeLists.txt17 add_subdirectory(ScriptInterpreter)
39 if(${pStripped} MATCHES "^ScriptInterpreter*")
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h76 lldb_private::ScriptInterpreter *m_interpreter;
81 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
DThreadPlanPython.h61 ScriptInterpreter *GetScriptInterpreter();
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
DScriptInterpreterNone.cpp26 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1105 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1147 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1160 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1176 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1191 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1469 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1549 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
DCommandObjectScript.cpp112 ScriptInterpreter *script_interpreter = in DoExecute()
DCommandObjectType.cpp166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
398 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
410 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1321 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1331 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2354 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.h18 class ScriptInterpreterLua : public ScriptInterpreter {
DScriptInterpreterLua.cpp64 : ScriptInterpreter(debugger, eScriptLanguageLua), in ScriptInterpreterLua()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h66 class ScriptInterpreter : public PluginInterface {
86 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang);
88 ~ScriptInterpreter() override;
/external/llvm-project/lldb/unittests/
DCMakeLists.txt87 add_subdirectory(ScriptInterpreter)
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h175 class ScriptInterpreter; variable
392 typedef std::shared_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterSP;
393 typedef std::unique_ptr<lldb_private::ScriptInterpreter> ScriptInterpreterUP;
/external/llvm-project/lldb/source/DataFormatters/
DTypeSummary.cpp169 ScriptInterpreter *script_interpreter = in FormatObject()
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp426 ScriptInterpreter *interpreter_ptr = in AddTypeSummary()
550 ScriptInterpreter *interpreter_ptr = in AddTypeSynthetic()

12