Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Target/
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/
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()
DBreakpointOptions.cpp310 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/openbsd/src/gnu/llvm/lldb/source/Commands/
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()
DCommandObjectScript.cpp91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
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()
DCommandObjectWatchpointCommand.cpp413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
DCommandObjectBreakpointCommand.cpp390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
DCommandObjectFrame.cpp882 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanPython.h60 ScriptInterpreter *GetScriptInterpreter();
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormattersContainer.h109 if (candidate_type.GetScriptInterpreter()) in Matches()
110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
DFormatClasses.h89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeCategory.cpp362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
DSBBreakpointLocation.cpp238 .GetScriptInterpreter() in SetScriptCallbackFunction()
265 .GetScriptInterpreter() in SetScriptCallbackBody()
DSBBreakpointName.cpp574 .GetScriptInterpreter() in SetScriptCallbackFunction()
599 .GetScriptInterpreter() in SetScriptCallbackBody()
DSBBreakpoint.cpp622 .GetScriptInterpreter() in SetScriptCallbackFunction()
647 .GetScriptInterpreter() in SetScriptCallbackBody()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp283 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
311 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeSummary.cpp169 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
DTypeSynthetic.cpp139 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
DFormatManager.cpp183 valobj.GetTargetSP()->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h176 GetScriptInterpreter(bool can_create = true,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp964 {name, valobj.GetTargetSP()->GetDebugger().GetScriptInterpreter(), in GetPossibleFormattersMatches()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp243 target->GetDebugger().GetScriptInterpreter(); in LocateExecutableScriptingResources()

12