Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanPython.cpp72 … = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in DidPush()
91 … = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in ShouldStop()
114 … = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in DoPlanExplainsStop()
155 … = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in GetPlanRunState()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1394 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1410 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1469 if (ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter()) in CommandObjectScriptingObject()
1501 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in GetHelp()
1518 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1534 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1716 if (m_interpreter.GetScriptInterpreter()->LoadScriptingModule(path.c_str(), in DoExecute()
1880 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1991 ScriptInterpreter *interpreter = GetCommandInterpreter().GetScriptInterpreter(); in DoExecute()
HDCommandObjectWatchpointCommand.cpp455 … m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback (wp_options, in DoExecute()
465 … m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback (wp_options, in DoExecute()
470 … m_interpreter.GetScriptInterpreter()->CollectDataForWatchpointCommandCallback (wp_options, in DoExecute()
HDCommandObjectType.cpp230 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
242 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
520 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
532 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete()
1536 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
1545 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
3846 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_PythonClass()
HDCommandObjectBreakpointCommand.cpp483 ScriptInterpreter *script_interp = m_interpreter.GetScriptInterpreter(); in DoExecute()
HDCommandObjectThread.cpp556 … else if (!m_interpreter.GetScriptInterpreter()->CheckObjectExists(m_options.m_class_name.c_str())) in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObjectScript.cpp65 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter (); in DoExecute()
HDScriptInterpreterPython.cpp1134 m_interpreter.GetScriptInterpreter()->SetBreakpointCommandCallback (bp_options, in SetBreakpointCommandCallbackFunction()
1659 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateScriptedThreadPlan()
1788 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateSyntheticScriptedProvider()
1983 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in BreakpointCallbackFunction()
2037 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in WatchpointCallbackFunction()
HDCommandInterpreter.cpp2712 CommandInterpreter::GetScriptInterpreter (bool can_create) in GetScriptInterpreter() function in CommandInterpreter
3094 ScriptInterpreter *script_interpreter = GetScriptInterpreter (false); in IOHandlerInterrupt()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpointLocation.cpp181 …GetBreakpoint().GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter()->SetBreak… in SetScriptCallbackFunction()
200 …GetBreakpoint().GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter()->SetBreak… in SetScriptCallbackBody()
HDSBTypeCategory.cpp366 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary()
474 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic()
HDSBBreakpoint.cpp628 …m_opaque_sp->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter()->SetBreakpoi… in SetScriptCallbackFunction()
647 …= m_opaque_sp->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter()->SetBreak… in SetScriptCallbackBody()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSynthetic.cpp175 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in FrontEnd()
HDTypeSummary.cpp247 …eter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in FormatObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h523 GetScriptInterpreter (bool can_create = true);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp98 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in OperatingSystemPython()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp798 … ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create); in SetOutputFileHandle()
HDModule.cpp1596 … ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in LoadScriptingResourceInTarget()
HDFormatEntity.cpp390 …rpreter *script_interpreter = target->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in RunScriptFormatKeyword()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp439 …nterpreter *interpreter = GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in ParsePythonTargetDefinition()