Home
last modified time | relevance | path

Searched refs:eErrorTypePOSIX (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp29 error.SetError(err, lldb::eErrorTypePOSIX); in Join()
33 error.SetError(EINVAL, eErrorTypePOSIX); in Join()
47 error.SetError(err, eErrorTypePOSIX); in Cancel()
57 error.SetError(err, eErrorTypePOSIX); in Detach()
H A DPipePosix.cpp83 return Status(EINVAL, eErrorTypePOSIX); in CreateNew()
196 return Status(errno_copy, eErrorTypePOSIX); in OpenAsWriterWithTimeout()
309 return Status(EINVAL, eErrorTypePOSIX); in ReadWithTimeout()
342 return Status(EINVAL, eErrorTypePOSIX); in Write()
H A DMainLoopPosix.cpp92 return Status(errno, eErrorTypePOSIX); in Poll()
161 return Status(errno, eErrorTypePOSIX); in Poll()
184 return Status(errno, eErrorTypePOSIX); in Poll()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp50 m_type(EC.category() == std::generic_category() ? eErrorTypePOSIX in Status()
74 m_type = ErrorType::eErrorTypePOSIX; in operator =()
92 if (m_type == ErrorType::eErrorTypePOSIX) in ToError()
143 case eErrorTypePOSIX: in AsCString()
217 m_type = eErrorTypePOSIX; in SetErrorToErrno()
H A DSelectHelper.cpp226 error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX); in Select()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp291 if (error.GetType() == eErrorTypePOSIX && error.GetError() == EIO) { in ReadThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2999 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in MakeDirectory()
3020 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in SetFilePermissions()
3045 error.SetError(result_errno, eErrorTypePOSIX); in ParseHostIOPacketResponse()
3199 error.SetError(response_errno, lldb::eErrorTypePOSIX); in GetFilePermissions()
3240 error.SetError(response_errno, lldb::eErrorTypePOSIX); in ReadFile()
3283 error.SetError(response_errno, lldb::eErrorTypePOSIX); in WriteFile()
3315 error.SetError(response_errno, lldb::eErrorTypePOSIX); in CreateSymlink()
3346 error.SetError(response_errno, lldb::eErrorTypePOSIX); in Unlink()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp755 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
837 return Status(errno, eErrorTypePOSIX); in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp803 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
882 return Status(errno, eErrorTypePOSIX); in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h311 eErrorTypePOSIX, ///< POSIX error codes. enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst478 .. py:data:: eErrorTypePOSIX
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77957 {SWIG_LUA_CONSTTAB_INT("eErrorTypePOSIX", lldb::eErrorTypePOSIX)},