Lines Matching refs:GetCommandInterpreter
289 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
352 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
359 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
475 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting()
556 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
561 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
575 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
584 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1251 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter()
1268 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1286 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1348 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1370 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()