| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | SingleStepCheck.cpp | 71 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 D | NativeProcessLinux.cpp | 1884 Status error(errno, eErrorTypePOSIX); in HandlePid()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 29 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 D | PipePosix.cpp | 78 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 D | MainLoopPosix.cpp | 92 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 D | Status.cpp | 50 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 D | SelectHelper.cpp | 226 error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX); in Select()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1021 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 D | NativeProcessOpenBSD.cpp | 414 Status error(errno, eErrorTypePOSIX); in SigchldHandler() 474 return Status(errno, eErrorTypePOSIX); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 286 if (error.GetType() == eErrorTypePOSIX && error.GetError() == EIO) { in ReadThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
| H A D | Host.cpp | 183 Status(errno, eErrorTypePOSIX)); in GetExePathAndArch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 3002 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 D | NativeProcessFreeBSD.cpp | 757 Status error(errno, eErrorTypePOSIX); in SigchldHandler() 839 return Status(errno, eErrorTypePOSIX); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 784 Status error(errno, eErrorTypePOSIX); in SigchldHandler() 863 return Status(errno, eErrorTypePOSIX); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 311 eErrorTypePOSIX, ///< POSIX error codes. enumerator
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 478 .. py:data:: eErrorTypePOSIX
|