[Lldb-commits] [PATCH] D109695: [lldb] [Process/gdb-remote] Add x31 AArch64 register for gdbserver

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 14 01:06:04 PDT 2021


labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.

Let's take a step back. First, I'd like to understand why are you adding a whole new register, instead of just an alias (alt_name) for an existing register. And second, have you considered putting this into the ABI plugin, as that's where the rest of the "augmentation" code lives (or most of it, anyway).


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

https://reviews.llvm.org/D109695



More information about the lldb-commits mailing list