Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, in ScriptInterpreter() function in ScriptInterpreter
34 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
41 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
47 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo()
51 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
80 lldb::BreakpointSP ScriptInterpreter::GetOpaqueTypeFromSBBreakpoint( in GetOpaqueTypeFromSBBreakpoint()
105 ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo( in GetOpaqueTypeFromSBMemoryRegionInfo()
113 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
123 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
136 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/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()
154 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState()
169 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
99 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
109 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
123 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
135 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
77 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
309 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
318 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
585 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h28 class ScriptInterpreterPython : public ScriptInterpreter,
45 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h78 ScriptInterpreter *script_interpreter, TypeImpl type, in FormattersMatchCandidate()
89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter()
116 ScriptInterpreter *m_script_interpreter;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h15 class ScriptInterpreter; variable
202 friend class lldb_private::ScriptInterpreter;
H A DSBLaunchInfo.h16 class ScriptInterpreter; variable
213 friend class lldb_private::ScriptInterpreter;
H A DSBError.h15 class ScriptInterpreter; variable
96 friend class lldb_private::ScriptInterpreter;
H A DSBBreakpoint.h17 class ScriptInterpreter; variable
163 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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 class ScriptInterpreter; variable
78 lldb_private::ScriptInterpreter *m_interpreter = nullptr;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h77 lldb_private::ScriptInterpreter *m_interpreter;
82 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
H A DThreadPlanPython.h63 ScriptInterpreter *GetScriptInterpreter();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp25 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua.swig20 #include "../source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h"
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h134 class ScriptInterpreter : public PluginInterface {
154 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang);
158 ~ScriptInterpreter() override = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScript.cpp90 ScriptInterpreter *script_interpreter = in DoExecute()
H A DCommandObjectCommands.cpp1100 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1124 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1165 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1187 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1203 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1218 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1504 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1616 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h22 class ScriptInterpreterLua : public ScriptInterpreter {
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig117 #include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
118 #include "../source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h"
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp361 ScriptInterpreter *interpreter_ptr = in AddTypeSummary()
453 ScriptInterpreter *interpreter_ptr = in AddTypeSynthetic()

12