[Lldb-commits] [PATCH] D96459: [LLDB] Pull AuxVec info into NativeRegisterContextLinux_arm64
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 9 07:43:42 PST 2021
labath requested changes to this revision.
labath added inline comments.
This revision now requires changes to proceed.
================
Comment at: lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:2038
+ return m_aux_vector->GetAuxValue(type);
+}
----------------
DavidSpickett wrote:
> Do we not get this from the protected `GetAuxValue` on `NativeProcessELF`?
Indeed. We should not reimplement that here. I don't think there's any reason the NativeProcessELF function can't be public.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96459/new/
https://reviews.llvm.org/D96459
More information about the lldb-commits
mailing list