Home
last modified time | relevance | path

Searched refs:GetScriptInterpreter (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverScripted.cpp49 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
99 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
109 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
123 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
135 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
HDBreakpointOptions.cpp301 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanPython.cpp36 ScriptInterpreter *interpreter = GetScriptInterpreter(); in ThreadPlanPython()
76 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter() function in ThreadPlanPython
77 return m_process.GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
183 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1056 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1080 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1126 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw()
1147 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand()
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1173 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1188 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1244 m_interpreter.GetDebugger().GetScriptInterpreter(); in SetOptionValue()
1273 m_interpreter.GetDebugger().GetScriptInterpreter(); in OptionParsingStarting()
1696 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in CommandObjectScriptingObjectParsed()
[all …]
HDCommandObjectScripting.cpp102 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
HDCommandObjectType.cpp182 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
194 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
419 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
431 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1262 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1272 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1588 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSummary()
2163 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
2249 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSynth()
HDCommandObjectWatchpointCommand.cpp401 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
HDCommandObjectBreakpointCommand.cpp378 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
HDCommandObjectFrame.cpp861 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h109 if (candidate_type.GetScriptInterpreter()) in Matches()
110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
HDFormatClasses.h89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanPython.h64 ScriptInterpreter *GetScriptInterpreter();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp237 .GetScriptInterpreter() in SetScriptCallbackFunction()
264 .GetScriptInterpreter() in SetScriptCallbackBody()
HDSBTypeCategory.cpp362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
HDSBStructuredData.cpp49 debugger.m_opaque_sp->GetScriptInterpreter(true, obj.GetLanguage()); in SBStructuredData()
HDSBBreakpointName.cpp576 .GetScriptInterpreter() in SetScriptCallbackFunction()
600 .GetScriptInterpreter() in SetScriptCallbackBody()
HDSBBreakpoint.cpp619 .GetScriptInterpreter() in SetScriptCallbackFunction()
644 .GetScriptInterpreter() in SetScriptCallbackBody()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDScriptInterpreterLua.cpp284 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
312 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeSummary.cpp172 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
HDTypeSynthetic.cpp170 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
HDFormatManager.cpp187 target_sp->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp90 target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h174 GetScriptInterpreter(bool can_create = true,

12