Lines Matching refs:GetCommandInterpreter
277 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
340 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
347 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
463 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting()
545 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
550 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
564 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
573 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1237 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter()
1254 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1272 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1331 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1353 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()