Searched refs:eErrorTypePOSIX (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 30 error.SetError(err, lldb::eErrorTypePOSIX); in Join() 34 error.SetError(EINVAL, eErrorTypePOSIX); in Join() 48 error.SetError(err, eErrorTypePOSIX); in Cancel() 58 error.SetError(err, eErrorTypePOSIX); in Detach()
|
| H A D | PipePosix.cpp | 88 return Status(EINVAL, eErrorTypePOSIX); in CreateNew() 197 return Status(errno_copy, eErrorTypePOSIX); in OpenAsWriterWithTimeout() 261 return Status(EINVAL, eErrorTypePOSIX); in ReadWithTimeout() 291 return Status(EINVAL, eErrorTypePOSIX); in Write()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Status.cpp | 74 m_type = ErrorType::eErrorTypePOSIX; in operator =() 92 if (m_type == ErrorType::eErrorTypePOSIX) in ToError() 148 case eErrorTypePOSIX: in AsCString() 244 m_type = eErrorTypePOSIX; in SetErrorToErrno() 317 return (m_type == eErrorTypePOSIX && m_code == EINTR); in WasInterrupted()
|
| H A D | SelectHelper.cpp | 235 error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX); in Select()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | DarwinProcessLauncher.cpp | 236 error.SetError(error_code, eErrorTypePOSIX); in CreatePosixSpawnFileAction() 246 error.SetError(error_code, eErrorTypePOSIX); in CreatePosixSpawnFileAction() 256 error.SetError(error_code, eErrorTypePOSIX); in CreatePosixSpawnFileAction() 300 error.SetError(error_code, eErrorTypePOSIX); in PosixSpawnChildForPTraceDebugging() 327 error.SetError(error_code, eErrorTypePOSIX); in PosixSpawnChildForPTraceDebugging() 346 error.SetError(error_code, eErrorTypePOSIX); in PosixSpawnChildForPTraceDebugging() 364 error.SetError(error_code, eErrorTypePOSIX); in PosixSpawnChildForPTraceDebugging() 413 error.SetError(error_code, eErrorTypePOSIX); in PosixSpawnChildForPTraceDebugging()
|
| H A D | MachException.cpp | 310 error.SetError(errno, eErrorTypePOSIX); in Reply()
|
| H A D | NativeProcessDarwin.cpp | 627 error.SetError(pthread_err, eErrorTypePOSIX); in StartExceptionThread() 917 error.SetError(pthread_err, eErrorTypePOSIX); in StartWaitpidThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | MainLoop.cpp | 117 return Status(errno, eErrorTypePOSIX); in Poll() 190 return Status(errno, eErrorTypePOSIX); in Poll() 210 return Status(errno, eErrorTypePOSIX); in Poll()
|
| H A D | ThreadLauncher.cpp | 77 error.SetError(err, eErrorTypePOSIX); in LaunchThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 609 Status error(errno, eErrorTypePOSIX); in SigchldHandler() 670 return Status(errno, eErrorTypePOSIX); in Attach()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 328 if (error.GetType() == eErrorTypePOSIX && error.GetError() == EIO) { in ReadThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2844 return Status(response.GetU32(UINT32_MAX), eErrorTypePOSIX); in MakeDirectory() 2866 return Status(response.GetU32(UINT32_MAX), eErrorTypePOSIX); in SetFilePermissions() 2880 error.SetError(result_errno, eErrorTypePOSIX); in ParseHostIOPacketResponse() 2959 error.SetError(response_errno, lldb::eErrorTypePOSIX); in GetFilePermissions() 3029 error.SetError(response_errno, lldb::eErrorTypePOSIX); in WriteFile() 3061 error.SetError(response_errno, lldb::eErrorTypePOSIX); in CreateSymlink() 3092 error.SetError(response_errno, lldb::eErrorTypePOSIX); in Unlink()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 325 eErrorTypePOSIX, ///< POSIX error codes. enumerator
|