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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86282   SWIG_Python_SetConstant(d, "eErrorTypeGeneric",SWIG_From_int(static_cast< int >(lldb::eErrorTypeGeneric)));
tools/lldb/include/lldb/Utility/Status.h
   60                   lldb::ErrorType type = lldb::eErrorTypeGeneric);
tools/lldb/source/Expression/UserExpression.cpp
  322       error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric);
  368           error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2912       error.SetError(-1, eErrorTypeGeneric);
tools/lldb/source/Target/Platform.cpp
  226     Status error(eErrorTypeGeneric);
tools/lldb/source/Utility/Status.cpp
   47     : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric),
  231   m_type = eErrorTypeGeneric;
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);
tools/lldb/unittests/Utility/StatusTest.cpp
   37   EXPECT_EQ(eErrorTypeGeneric, foo.GetType());