[Lldb-commits] [PATCH] D96688: [lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC)

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 15 14:16:00 PST 2021


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

It is possible that the stub could fail to restore the checkpointed state, though apparently it either never has or never has mattered because no one if setting or checking the bool return.  If this does end up failing we should plumb a Status through, since bool is too low information to be useful.  This is fine for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96688



More information about the lldb-commits mailing list