Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp614 Status repl_error; in DoExecute() local
615 REPLSP repl_sp(target->GetREPL(repl_error, m_command_options.language, in DoExecute()
620 repl_sp = target->GetREPL(repl_error, m_command_options.language, in DoExecute()
622 if (!repl_error.Success()) { in DoExecute()
623 result.SetError(repl_error); in DoExecute()
641 repl_error.SetErrorStringWithFormat( in DoExecute()
644 result.SetError(repl_error); in DoExecute()