[Lldb-commits] [PATCH] D108768: [lldb] DynamicRegisterInfo: fix wrong regnos in Dump()

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 8 04:25:01 PDT 2021


labath added a reviewer: omjavaid.
labath added a comment.

I'm not sure if this is correct, or if I want it to be correct. I think that a lot of the confusion comes from the fact that this structure is used both in lldb-server and lldb, and I'm not sure that the fields have the same meaning in both cases (specifically, the "process plugin" concept is not really a thing in lldb-server). I think it would be better to standardize on the "lldb" numbers, as those should be available everywhere, but I may be forgetting some important issues. Omair may remember this in more detail.


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

https://reviews.llvm.org/D108768



More information about the lldb-commits mailing list