Searched refs:repl_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 615 REPLSP repl_sp(target->GetREPL(repl_error, m_command_options.language, in DoExecute() local 618 if (!repl_sp) { in DoExecute() 620 repl_sp = target->GetREPL(repl_error, m_command_options.language, in DoExecute() 628 if (repl_sp) { in DoExecute() 630 repl_sp->SetCommandOptions(m_command_options); in DoExecute() 631 repl_sp->SetFormatOptions(m_format_options); in DoExecute() 632 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute() 635 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1720 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL() local 1726 if (!repl_sp) { in RunREPL() 1732 repl_sp->SetCompilerOptions(repl_options); in RunREPL() 1733 repl_sp->RunLoop(); in RunREPL()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 1238 void SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 256 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL() argument 259 m_repl_map[language] = repl_sp; in SetREPL()
|