Searched refs:repl_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 636 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute() local 639 if (!repl_sp) { in DoExecute() 641 repl_sp = target.GetREPL(repl_error, m_command_options.language, in DoExecute() 649 if (repl_sp) { in DoExecute() 651 repl_sp->SetEvaluateOptions( in DoExecute() 653 repl_sp->SetFormatOptions(m_format_options); in DoExecute() 654 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute() 657 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2175 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL() local 2181 if (!repl_sp) { in RunREPL() 2187 repl_sp->SetCompilerOptions(repl_options); in RunREPL() 2188 repl_sp->RunLoop(); in RunREPL()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1453 void SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 272 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL() argument 275 m_repl_map[language] = repl_sp; in SetREPL()
|