Searched refs:eErrorTypeGeneric (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Error.h | 69 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessFreeBSD.cpp | 107 return Error(1, eErrorTypeGeneric); in ExecutePluginCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Error.cpp | 323 m_type = eErrorTypeGeneric; in SetErrorToGenericError()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-enumerations.h | 266 eErrorTypeGeneric, ///< Generic errors that can be any value. enumerator
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 4438 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList() 4455 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList() 4463 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList() 4531 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList() 4538 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList() 4574 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
|
| HD | GDBRemoteCommunicationClient.cpp | 3691 error.SetError(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangUserExpression.cpp | 1154 error.SetError(ClangUserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
|