Lines Matching refs:GetCommandInterpreter
196 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
255 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
260 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
341 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
346 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
364 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
375 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
934 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter( in RunCommandInterpreter()
947 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1000 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1021 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()