Searched refs:eErrorTypeGeneric (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Status.cpp | 48 : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric), in Status() 254 m_type = eErrorTypeGeneric; in SetErrorToGenericError()
|
| H A D | StringExtractorGDBRemote.cpp | 471 error.SetError(errc, lldb::eErrorTypeGeneric); in GetStatus()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Status.h | 69 lldb::ErrorType type = lldb::eErrorTypeGeneric);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 307 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 D | lldb-enumerations.h | 323 eErrorTypeGeneric, ///< Generic errors that can be any value. enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4664 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 D | GDBRemoteCommunicationClient.cpp | 2882 error.SetError(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 228 Status error(eErrorTypeGeneric); in GetSharedModule()
|