Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp48 : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric), in Status()
254 m_type = eErrorTypeGeneric; in SetErrorToGenericError()
H A DStringExtractorGDBRemote.cpp471 error.SetError(errc, lldb::eErrorTypeGeneric); in GetStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h69 lldb::ErrorType type = lldb::eErrorTypeGeneric);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp307 error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
352 error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h323 eErrorTypeGeneric, ///< Generic errors that can be any value. enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4664 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4682 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4690 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4769 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4776 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4821 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp2882 error.SetError(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp228 Status error(eErrorTypeGeneric); in GetSharedModule()