Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp29 error = Status(err, lldb::eErrorTypePOSIX); in Join()
33 error = Status(EINVAL, eErrorTypePOSIX); in Join()
47 error = Status(err, eErrorTypePOSIX); in Cancel()
57 error = Status(err, eErrorTypePOSIX); in Detach()
H A DMainLoopPosix.cpp139 return Status(errno, eErrorTypePOSIX); in Poll()
192 return Status(errno, eErrorTypePOSIX); in Poll()
H A DPipePosix.cpp85 return Status(EINVAL, eErrorTypePOSIX); in CreateNew()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp74 case eErrorTypePOSIX: in ErrorFromEnums()
236 return eErrorTypePOSIX; in ErrorCodeToErrorType()
H A DSelectHelper.cpp227 return lldb_private::Status(ETIMEDOUT, lldb::eErrorTypePOSIX, in Select()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp106 uint8_t code = error.GetType() == eErrorTypePOSIX ? error.GetError() : 0xff; in SendErrorResponse()
H A DGDBRemoteCommunicationClient.cpp3049 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in MakeDirectory()
3072 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in SetFilePermissions()
3097 error = Status(result_errno, eErrorTypePOSIX); in ParseHostIOPacketResponse()
3251 error = Status(response_errno, lldb::eErrorTypePOSIX); in GetFilePermissions()
3292 error = Status(response_errno, lldb::eErrorTypePOSIX); in ReadFile()
3335 error = Status(response_errno, lldb::eErrorTypePOSIX); in WriteFile()
3367 error = Status(response_errno, lldb::eErrorTypePOSIX); in CreateSymlink()
3398 error = Status(response_errno, lldb::eErrorTypePOSIX); in Unlink()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DJSONTransport.cpp50 if (status.GetType() == lldb::eErrorTypePOSIX && in ReadFull()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp123 Status error(errno, eErrorTypePOSIX); in WaitPid()
/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/FreeBSD/
H A DNativeProcessFreeBSD.cpp793 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
875 return Status(errno, eErrorTypePOSIX); in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp809 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
888 return Status(errno, eErrorTypePOSIX); in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h318 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.cpp82639 {SWIG_LUA_CONSTTAB_INT("eErrorTypePOSIX", (lldb::eErrorTypePOSIX))},