Searched refs:repl_sp (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 592 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute() local 595 if (!repl_sp) { in DoExecute() 597 repl_sp = target.GetREPL(repl_error, m_command_options.language, in DoExecute() 605 if (repl_sp) { in DoExecute() 607 repl_sp->SetEvaluateOptions( in DoExecute() 609 repl_sp->SetFormatOptions(m_format_options); in DoExecute() 610 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute() 613 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Debugger.cpp | 2009 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL() local 2015 if (!repl_sp) { in RunREPL() 2021 repl_sp->SetCompilerOptions(repl_options); in RunREPL() 2022 repl_sp->RunLoop(); in RunREPL()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Target.h | 1425 void SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp);
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Target.cpp | 270 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL() argument 273 m_repl_map[language] = repl_sp; in SetREPL()
|