[Lldb-commits] [PATCH] D90741: [LLDB] Fix SVE reginfo for sequential offset in g packet

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 4 02:07:56 PST 2020


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

The fact that the byte_offset field doubles as a g offset and a ptrace offset is makes things pretty convoluted. Maybe (just maybe) one day we wouldn't even need to materialize the g offset anywhere -- it could just be computed on-the-fly when iterating through the g and qRegisterInfo packets.


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

https://reviews.llvm.org/D90741



More information about the lldb-commits mailing list