Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp361 set_error(Status(UserExpression::kNoResult, lldb::eErrorTypeGeneric)); in Evaluate()
404 error = Status(UserExpression::kNoResult, lldb::eErrorTypeGeneric); in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h133 explicit Status(ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp239 return eErrorTypeGeneric; in ErrorCodeToErrorType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h316 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.cpp175 Status error(eErrorTypeGeneric); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3099 error = Status(-1, eErrorTypeGeneric); in ParseHostIOPacketResponse()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82637 {SWIG_LUA_CONSTTAB_INT("eErrorTypeGeneric", (lldb::eErrorTypeGeneric))},