[Lldb-commits] [PATCH] D111908: [lldb] [Utility] Remove Status::WasInterrupted() along with its only use

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 18 00:30:17 PDT 2021


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Yeah, random signals should cause a retry (they probably do already) and I think user interrupts should be handled differently (at a higher level).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111908/new/

https://reviews.llvm.org/D111908



More information about the lldb-commits mailing list