Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DTarget.cpp3431 GetTarget()->GetDebugger().GetScriptInterpreter(); in SetScriptCallback()
3457 GetTarget()->GetDebugger().GetScriptInterpreter(); in HandleStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A 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()
H A DBreakpointOptions.cpp320 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1059 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1074 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1115 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1128 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1144 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1159 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1298 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1441 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1518 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp112 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectType.cpp166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
397 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
409 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1306 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1316 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2309 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
H A DCommandObjectWatchpointCommand.cpp443 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectBreakpointCommand.cpp419 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectFrame.cpp869 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectThread.cpp413 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h61 ScriptInterpreter *GetScriptInterpreter();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp278 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
306 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp234 .GetScriptInterpreter() in SetScriptCallbackFunction()
262 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBTypeCategory.cpp425 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
545 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBBreakpointName.cpp598 .GetScriptInterpreter() in SetScriptCallbackFunction()
624 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpoint.cpp642 .GetScriptInterpreter() in SetScriptCallbackFunction()
668 .GetScriptInterpreter() in SetScriptCallbackBody()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp103 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp88 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h199 GetScriptInterpreter(bool can_create = true,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1509 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget()
H A DDebugger.cpp1275 Debugger::GetScriptInterpreter(bool can_create, in GetScriptInterpreter() function in Debugger

12