Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo()
53 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
83 ScriptInterpreter::GetStatusFromSBError(const lldb::SBError &error) const { in GetStatusFromSBError()
91 ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo( in GetOpaqueTypeFromSBMemoryRegionInfo()
99 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
109 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
121 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
[all …]
H A DCMakeLists.txt54 ScriptInterpreter.cpp
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanPython.cpp55 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter()
64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush()
80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop()
99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale()
118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop()
151 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
101 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
111 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
125 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
137 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
77 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
310 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
319 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
586 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h28 class ScriptInterpreterPython : public ScriptInterpreter,
45 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 class ScriptInterpreter; variable
78 lldb_private::ScriptInterpreter *m_interpreter;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBError.h15 class ScriptInterpreter; variable
79 friend class lldb_private::ScriptInterpreter;
H A DSBData.h15 class ScriptInterpreter; variable
157 friend class lldb_private::ScriptInterpreter;
H A DSBMemoryRegionInfo.h124 friend class lldb_private::ScriptInterpreter;
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt18 add_subdirectory(ScriptInterpreter)
41 if(${pStripped} MATCHES "^ScriptInterpreter*")
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h76 lldb_private::ScriptInterpreter *m_interpreter;
81 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
H A DThreadPlanPython.h60 ScriptInterpreter *GetScriptInterpreter();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp26 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua.swig20 #include "../source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h"
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1104 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1119 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1160 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1173 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1189 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1204 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1480 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1591 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp90 ScriptInterpreter *script_interpreter = in DoExecute()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn148 "//lldb/source/Plugins/ScriptInterpreter/None",
214 deps = [ "//lldb/source/Plugins/ScriptInterpreter/None" ]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h126 class ScriptInterpreter : public PluginInterface {
146 ScriptInterpreter(
153 ~ScriptInterpreter() override = default;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn75 "ScriptInterpreter.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h115 lldb_private::ScriptInterpreter *m_interpreter = nullptr;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h22 class ScriptInterpreterLua : public ScriptInterpreter {
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython.swig123 #include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
124 #include "../source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h"

12