diff options
author | Michał Górny <mgorny@moritz.systems> | 2021-10-15 22:17:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2021-10-18 10:50:25 +0200 |
commit | 239b4d62b6c07f27b1763a090f82c9f92ce06b8c (patch) | |
tree | b264d7c8ddc2a604b03db37bfd25e0697007ad7b /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | e9ff7d250e4763e266d35841ebecf53a2b7d2113 (diff) | |
download | llvm-239b4d62b6c07f27b1763a090f82c9f92ce06b8c.zip llvm-239b4d62b6c07f27b1763a090f82c9f92ce06b8c.tar.gz llvm-239b4d62b6c07f27b1763a090f82c9f92ce06b8c.tar.bz2 |
[lldb] [Utility] Remove Status::WasInterrupted() along with its only use
Remove Status::WasInterrupted() that checks whether the underlying error
code matches EINTR. ProcessGDBRemote::ConnectToDebugserver() is its
only call site, and it does not seem correct there. After all, EINTR
is precisely when we want to retry, not stop retrying. Furthermore,
it should not really matter since we should be catching EINTR
immediately via llvm::sys::RetryAfterSignal() but that's another story.
Differential Revision: https://reviews.llvm.org/D111908
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions