Searched refs:repl_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 619 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute() local 622 if (!repl_sp) { in DoExecute() 624 repl_sp = target.GetREPL(repl_error, m_command_options.language, in DoExecute() 632 if (repl_sp) { in DoExecute() 634 repl_sp->SetEvaluateOptions( in DoExecute() 636 repl_sp->SetFormatOptions(m_format_options); in DoExecute() 637 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute() 640 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2362 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL() local 2368 if (!repl_sp) { in RunREPL() 2375 repl_sp->SetCompilerOptions(repl_options); in RunREPL() 2376 repl_sp->RunLoop(); in RunREPL()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1521 void SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 358 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL() argument 361 m_repl_map[language] = repl_sp; in SetREPL()
|