[Lldb-commits] [PATCH] D109876: [lldb] [ABI/AArch64] Add 32-bit pseudo-regs if missing [WIP]

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 16 05:26:59 PDT 2021


mgorny added a comment.

@labath, I think the biggest problem here is that `DynamicRegisterInfo` is defined only inside source tree. I'm not sure if I should continue with a forward declaration like this or aim to move `DynamicRegisterInfo` into public headers. if the former, should I move it into `lldb_private` namespace?


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

https://reviews.llvm.org/D109876



More information about the lldb-commits mailing list