Lines Matching refs:GetCommandInterpreter
254 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
317 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
324 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
499 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
501 GetCommandInterpreter); in GetCommandInterpreter()
505 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
519 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
528 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1214 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter()
1234 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1254 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1318 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1342 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()
1773 GetCommandInterpreter, ()); in RegisterMethods()