Home
last modified time | relevance | path

Searched refs:repl_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp618 Status repl_error; in DoExecute() local
619 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute()
624 repl_sp = target.GetREPL(repl_error, m_command_options.language, in DoExecute()
626 if (repl_error.Fail()) { in DoExecute()
627 result.SetError(std::move(repl_error)); in DoExecute()
644 repl_error = Status::FromErrorStringWithFormat( in DoExecute()
647 result.SetError(std::move(repl_error)); in DoExecute()