Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDError.h69 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp107 return Error(1, eErrorTypeGeneric); in ExecutePluginCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDError.cpp323 m_type = eErrorTypeGeneric; in SetErrorToGenericError()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h266 eErrorTypeGeneric, ///< Generic errors that can be any value. enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp4438 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()
HDGDBRemoteCommunicationClient.cpp3691 error.SetError(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp1154 error.SetError(ClangUserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()