Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Target/
DThreadPlanPython.cpp59 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter() function in ThreadPlanPython
60 return m_process.GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush()
84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop()
103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale()
122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop()
155 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState()
DTarget.cpp3370 GetTarget()->GetDebugger().GetScriptInterpreter(); in SetScriptCallback()
3396 GetTarget()->GetDebugger().GetScriptInterpreter(); in HandleStop()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverScripted.cpp50 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
104 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
105 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
114 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
128 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
140 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
DBreakpointOptions.cpp320 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1105 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1147 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1160 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1176 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1191 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1326 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1469 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1549 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
DCommandObjectScript.cpp113 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
DCommandObjectType.cpp166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
398 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
410 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1321 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1331 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2354 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
DCommandObjectWatchpointCommand.cpp446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
DCommandObjectBreakpointCommand.cpp418 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
DCommandObjectFrame.cpp880 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
DCommandObjectThread.cpp416 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanPython.h61 ScriptInterpreter *GetScriptInterpreter();
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/external/llvm-project/lldb/source/DataFormatters/
DTypeSummary.cpp170 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
DTypeSynthetic.cpp139 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp234 .GetScriptInterpreter() in SetScriptCallbackFunction()
262 .GetScriptInterpreter() in SetScriptCallbackBody()
DSBBreakpointName.cpp598 .GetScriptInterpreter() in SetScriptCallbackFunction()
625 .GetScriptInterpreter() in SetScriptCallbackBody()
DSBTypeCategory.cpp427 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
551 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
DSBBreakpoint.cpp642 .GetScriptInterpreter() in SetScriptCallbackFunction()
668 .GetScriptInterpreter() in SetScriptCallbackBody()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp196 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h155 GetScriptInterpreter(bool can_create = true,
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp88 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp115 target->GetDebugger().GetScriptInterpreter(); in LocateExecutableScriptingResources()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1200 Debugger::GetScriptInterpreter(bool can_create, in GetScriptInterpreter() function in Debugger
DModule.cpp1523 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget()

12