[Lldb-commits] [PATCH] D96459: [LLDB] Pull AuxVec info into NativeRegisterContextLinux_arm64
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 22 07:49:48 PST 2021
DavidSpickett added inline comments.
================
Comment at: lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:2038
+ return m_aux_vector->GetAuxValue(type);
+}
----------------
Do we not get this from the protected `GetAuxValue` on `NativeProcessELF`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96459/new/
https://reviews.llvm.org/D96459
More information about the lldb-commits
mailing list