Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.cpp71 LLDB_LOG(log, "failed to fork(): {0}", Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
82 Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
91 Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
105 Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
121 Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
159 Status(errno, eErrorTypePOSIX)); in Get()
171 Status(errno, eErrorTypePOSIX)); in Get()
183 Status(errno, eErrorTypePOSIX)); in ~SingleStepWorkaround()
H A DNativeProcessLinux.cpp1884 Status error(errno, eErrorTypePOSIX); in HandlePid()
/openbsd-src/gnu/llvm/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.cpp78 return Status(EINVAL, eErrorTypePOSIX); in CreateNew()
187 return Status(errno_copy, eErrorTypePOSIX); in OpenAsWriterWithTimeout()
251 return Status(EINVAL, eErrorTypePOSIX); in ReadWithTimeout()
283 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()
/openbsd-src/gnu/llvm/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()
225 m_type = eErrorTypePOSIX; in SetErrorToErrno()
H A DSelectHelper.cpp226 error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX); in Select()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1021 eErrorTypePOSIX);
1041 eErrorTypePOSIX);
1065 eErrorTypePOSIX);
1085 error.SetError(::posix_spawnattr_init(&attr), eErrorTypePOSIX);
1105 error.SetError(::posix_spawnattr_setflags(&attr, flags), eErrorTypePOSIX);
1129 error.SetError(setup_posix_spawn_responsible_flag(&attr), eErrorTypePOSIX);
1162 eErrorTypePOSIX);
1174 eErrorTypePOSIX);
1225 eErrorTypePOSIX);
1249 eErrorTypePOSIX);
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp414 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
474 return Status(errno, eErrorTypePOSIX); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp286 if (error.GetType() == eErrorTypePOSIX && error.GetError() == EIO) { in ReadThread()
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp183 Status(errno, eErrorTypePOSIX)); in GetExePathAndArch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3002 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in MakeDirectory()
3023 return Status(response.GetHexMaxU32(false, UINT32_MAX), eErrorTypePOSIX); in SetFilePermissions()
3048 error.SetError(result_errno, eErrorTypePOSIX); in ParseHostIOPacketResponse()
3202 error.SetError(response_errno, lldb::eErrorTypePOSIX); in GetFilePermissions()
3243 error.SetError(response_errno, lldb::eErrorTypePOSIX); in ReadFile()
3286 error.SetError(response_errno, lldb::eErrorTypePOSIX); in WriteFile()
3318 error.SetError(response_errno, lldb::eErrorTypePOSIX); in CreateSymlink()
3349 error.SetError(response_errno, lldb::eErrorTypePOSIX); in Unlink()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp757 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
839 return Status(errno, eErrorTypePOSIX); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp784 Status error(errno, eErrorTypePOSIX); in SigchldHandler()
863 return Status(errno, eErrorTypePOSIX); in Attach()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h311 eErrorTypePOSIX, ///< POSIX error codes. enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst478 .. py:data:: eErrorTypePOSIX