Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp55 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter() function in ThreadPlanPython
56 return m_process.GetTarget().GetDebugger().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()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp49 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
101 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
102 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
111 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
125 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
137 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp310 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1107 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1122 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1163 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1176 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1192 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1207 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1345 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1483 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1594 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectType.cpp169 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
181 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
407 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
419 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1259 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1269 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1593 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSummary()
2257 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
2351 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSynth()
H A DCommandObjectWatchpointCommand.cpp413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectBreakpointCommand.cpp390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectFrame.cpp882 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanPython.h60 ScriptInterpreter *GetScriptInterpreter();
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h109 if (candidate_type.GetScriptInterpreter()) in Matches()
110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
H A DFormatClasses.h89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBBreakpointLocation.cpp238 .GetScriptInterpreter() in SetScriptCallbackFunction()
265 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpointName.cpp574 .GetScriptInterpreter() in SetScriptCallbackFunction()
599 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpoint.cpp622 .GetScriptInterpreter() in SetScriptCallbackFunction()
647 .GetScriptInterpreter() in SetScriptCallbackBody()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp283 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
311 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSummary.cpp169 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
H A DTypeSynthetic.cpp139 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
H A DFormatManager.cpp183 valobj.GetTargetSP()->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h176 GetScriptInterpreter(bool can_create = true,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp95 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp964 {name, valobj.GetTargetSP()->GetDebugger().GetScriptInterpreter(), in GetPossibleFormattersMatches()

12