reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  457   const Status &GetError();

References

tools/lldb/source/API/SBValue.cpp
  272     sb_error.SetError(value_sp->GetError());
tools/lldb/source/Breakpoint/Watchpoint.cpp
  120   return (m_new_value_sp && m_new_value_sp->GetError().Success());
tools/lldb/source/Commands/CommandObjectExpression.cpp
  437     if (result_valobj_sp->GetError().Success()) {
  464       if (result_valobj_sp->GetError().GetError() ==
  473         const char *error_cstr = result_valobj_sp->GetError().AsCString();
tools/lldb/source/Commands/CommandObjectThread.cpp
 1661               return_valobj_sp->GetError().AsCString());
tools/lldb/source/Core/FormatEntity.cpp
 1715               if (var_value_sp->GetError().Success()) {
tools/lldb/source/Core/ValueObjectCast.cpp
   88   if (m_error.Success() && m_parent->GetError().Fail())
   89     m_error = m_parent->GetError();
tools/lldb/source/Core/ValueObjectChild.cpp
  238                                        parent->GetError().AsCString());
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  120     if (m_error.Success() && m_parent->GetError().Fail())
  121       m_error = m_parent->GetError();
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  155     if (m_parent->GetError().Fail())
  156       m_error = m_parent->GetError();
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  365   const char *err_cstr = m_valobj->GetError().AsCString();
tools/lldb/source/Expression/Materializer.cpp
  449     Status valobj_error = valobj_sp->GetError();
tools/lldb/source/Expression/REPL.cpp
  307           if (result_valobj_sp->GetError().Success()) {
  309           } else if (result_valobj_sp->GetError().GetError() ==
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1538       error = expr_result_valobj_sp->GetError();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
   68     return m_entry_sp->GetError().Fail();
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1697   if (!expr_result->GetError().Success()) {
 1698     Status err = expr_result->GetError();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  623   if (result_valobj_sp->GetError().Fail())
  624     return result_valobj_sp->GetError();
 1027   if (result_valobj_sp->GetError().Fail())
 1028     return result_valobj_sp->GetError();