Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp53 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
112 .GetScriptInterpreter(); in CreateFromStructuredData()
127 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
129 .GetScriptInterpreter(); in GetScriptInterpreter()
141 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
156 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
168 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
182 ScriptInterpreter *script_interp = GetScriptInterpreter(); in CopyForBreakpoint()
H A DBreakpointOptions.cpp336 target.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp67 .GetScriptInterpreter(); in DidPush()
87 .GetScriptInterpreter(); in ShouldStop()
111 .GetScriptInterpreter(); in IsPlanStale()
135 .GetScriptInterpreter(); in DoPlanExplainsStop()
174 .GetScriptInterpreter(); in GetPlanRunState()
H A DTarget.cpp620 .GetScriptInterpreter())); in CreateScriptedBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1262 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1277 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1320 if (ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter()) in CommandObjectScriptingObject()
1335 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelp()
1351 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1366 ScriptInterpreter *scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1507 if (m_interpreter.GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
1650 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1736 GetCommandInterpreter().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp448 m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback( in DoExecute()
458 m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback( in DoExecute()
461 m_interpreter.GetScriptInterpreter() in DoExecute()
H A DCommandObjectType.cpp183 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
195 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
428 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
440 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1359 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
1369 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
2396 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_PythonClass()
H A DCommandObjectBreakpointCommand.cpp428 ScriptInterpreter *script_interp = m_interpreter.GetScriptInterpreter(); in DoExecute()
H A DCommandObjectFrame.cpp904 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()
H A DCommandObjectThread.cpp620 } else if (!m_interpreter.GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp56 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()
H A DCommandInterpreter.cpp2502 ScriptInterpreter *CommandInterpreter::GetScriptInterpreter(bool can_create) { in GetScriptInterpreter() function in CommandInterpreter
2888 ScriptInterpreter *script_interpreter = GetScriptInterpreter(false); in IOHandlerInterrupt()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h66 ScriptInterpreter *GetScriptInterpreter();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp186 .GetScriptInterpreter() in SetScriptCallbackFunction()
209 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBTypeCategory.cpp359 debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary()
471 debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBBreakpointName.cpp576 .GetScriptInterpreter() in SetScriptCallbackFunction()
601 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpoint.cpp554 .GetScriptInterpreter() in SetScriptCallbackFunction()
575 .GetScriptInterpreter() in SetScriptCallbackBody()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp181 target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in FormatObject()
H A DTypeSynthetic.cpp144 target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in FrontEnd()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in OperatingSystemPython()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1279 m_interpreter.GetScriptInterpreter()->SetBreakpointCommandCallback( in SetBreakpointCommandCallbackFunction()
1851 debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateScriptedThreadPlan()
1957 debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateScriptedBreakpointResolver()
2077 debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateSyntheticScriptedProvider()
2259 debugger.GetCommandInterpreter().GetScriptInterpreter(); in BreakpointCallbackFunction()
2310 debugger.GetCommandInterpreter().GetScriptInterpreter(); in WatchpointCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h399 ScriptInterpreter *GetScriptInterpreter(bool can_create = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp910 GetCommandInterpreter().GetScriptInterpreter(can_create); in SetOutputFileHandle()
H A DModule.cpp1536 debugger.GetCommandInterpreter().GetScriptInterpreter(); in LoadScriptingResourceInTarget()
H A DFormatEntity.cpp414 target->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in RunScriptFormatKeyword()

12