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

Declarations

tools/lldb/include/lldb/Utility/Status.h
  138   void SetError(ValueType err, lldb::ErrorType type);

References

tools/lldb/source/API/SBError.cpp
  102   m_opaque_up->SetError(err, type);
tools/lldb/source/Expression/UserExpression.cpp
  322       error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric);
  368           error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric);
tools/lldb/source/Host/posix/HostThreadPosix.cpp
   29     error.SetError(err, lldb::eErrorTypePOSIX);
   33     error.SetError(EINVAL, eErrorTypePOSIX);
   57     error.SetError(err, eErrorTypePOSIX);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2910       error.SetError(result_errno, eErrorTypePOSIX);
 2912       error.SetError(-1, eErrorTypeGeneric);
 2989             error.SetError(response_errno, lldb::eErrorTypePOSIX);
 3059           error.SetError(response_errno, lldb::eErrorTypePOSIX);
 3091             error.SetError(response_errno, lldb::eErrorTypePOSIX);
 3122             error.SetError(response_errno, lldb::eErrorTypePOSIX);
tools/lldb/source/Utility/SelectHelper.cpp
  226       error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX);
tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  468     error.SetError(errc, lldb::eErrorTypeGeneric);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
   30   status.SetError(0x42, lldb::eErrorTypeGeneric);