Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp51 : eErrorTypeGeneric), in Status()
225 m_type = eErrorTypeGeneric; in SetErrorToGenericError()
H A DStringExtractorGDBRemote.cpp503 error.SetError(errc, lldb::eErrorTypeGeneric); in GetStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h60 lldb::ErrorType type = lldb::eErrorTypeGeneric);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp354 error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
397 error.SetError(UserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h309 eErrorTypeGeneric, ///< Generic errors that can be any value. enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst470 .. py:data:: eErrorTypeGeneric
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp209 Status error(eErrorTypeGeneric); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3047 error.SetError(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77955 {SWIG_LUA_CONSTTAB_INT("eErrorTypeGeneric", lldb::eErrorTypeGeneric)},