Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverScripted.cpp48 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
105 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
106 return m_breakpoint->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
116 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
131 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
143 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
HDBreakpointOptions.cpp319 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanPython.cpp66 .GetScriptInterpreter(); in DidPush()
85 .GetScriptInterpreter(); in ShouldStop()
107 .GetScriptInterpreter(); in IsPlanStale()
129 .GetScriptInterpreter(); in DoPlanExplainsStop()
165 .GetScriptInterpreter(); in GetPlanRunState()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1223 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1238 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1280 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1293 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1309 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1324 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1443 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1586 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1667 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
HDCommandObjectType.cpp163 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
175 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
395 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
407 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1280 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1290 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
2270 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
HDCommandObjectWatchpointCommand.cpp446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
HDCommandObjectBreakpointCommand.cpp420 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
HDCommandObjectFrame.cpp865 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
HDCommandObjectThread.cpp592 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObjectScript.cpp43 ScriptInterpreter *script_interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
HDCommandInterpreter.cpp2833 m_debugger.GetScriptInterpreter(false); in IOHandlerInterrupt()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp234 .GetScriptInterpreter() in SetScriptCallbackFunction()
262 .GetScriptInterpreter() in SetScriptCallbackBody()
HDSBTypeCategory.cpp428 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
552 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
HDSBBreakpointName.cpp597 .GetScriptInterpreter() in SetScriptCallbackFunction()
624 .GetScriptInterpreter() in SetScriptCallbackBody()
HDSBBreakpoint.cpp617 .GetScriptInterpreter() in SetScriptCallbackFunction()
643 .GetScriptInterpreter() in SetScriptCallbackBody()
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeSummary.cpp170 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
HDTypeSynthetic.cpp140 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp86 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h155 GetScriptInterpreter(bool can_create = true,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp1884 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in CreateScriptedThreadPlan()
1989 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in CreateScriptedBreakpointResolver()
2110 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in CreateSyntheticScriptedProvider()
2281 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in BreakpointCallbackFunction()
2347 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in WatchpointCallbackFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp1202 Debugger::GetScriptInterpreter(bool can_create, in GetScriptInterpreter() function in Debugger
HDModule.cpp1493 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget()
HDFormatEntity.cpp401 target->GetDebugger().GetScriptInterpreter(); in RunScriptFormatKeyword()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp347 GetTarget().GetDebugger().GetScriptInterpreter(); in ParsePythonTargetDefinition()