Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/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()
1342 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1480 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1591 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectType.cpp167 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
179 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
398 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
410 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1285 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1295 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2285 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
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.cpp875 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanPython.h60 ScriptInterpreter *GetScriptInterpreter();
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp221 .GetScriptInterpreter() in SetScriptCallbackFunction()
248 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBTypeCategory.cpp401 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
515 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBBreakpointName.cpp574 .GetScriptInterpreter() in SetScriptCallbackFunction()
599 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpoint.cpp622 .GetScriptInterpreter() in SetScriptCallbackFunction()
647 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBDebugger.cpp682 m_opaque_sp->GetScriptInterpreter(language); in GetScriptInterpreterInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp283 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
311 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h178 GetScriptInterpreter(bool can_create = true,
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp95 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp242 target->GetDebugger().GetScriptInterpreter(); in LocateExecutableScriptingResources()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1522 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget()
H A DDebugger.cpp1476 Debugger::GetScriptInterpreter(bool can_create, in GetScriptInterpreter() function in Debugger

12