Lines Matching refs:GetCommandInterpreter
266 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
329 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
336 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
507 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
512 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
526 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
535 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1199 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter()
1216 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1234 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1293 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1315 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()