Searched refs:valobj_error (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp469 Error valobj_error = valobj_sp->GetError(); variable
471 if (valobj_error.Fail())
473 err.SetErrorStringWithFormat("couldn't get the value of variable %s: %s", m_variable_sp->GetName().AsCString(), valobj_error.AsCString());

Completed in 100 milliseconds