[Lldb-commits] [PATCH] D90114: [lldb] [test/Register] Use initial state for write tests

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 26 03:12:16 PDT 2020


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

I am somewhat surprised that this is sufficient. IIRC (from the time when I was fixing the same bug on linux) linux will set this bit on ANY modification of these registers, regardless of the value. OTOH, guaranteeing that the process does not touch these registers at all would be pretty tricky, so I guess this is better than nothing.


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

https://reviews.llvm.org/D90114



More information about the lldb-commits mailing list