[Lldb-commits] [PATCH] D122411: [lldb][AArch64] Fix corefile memory reads when there are non-address bits
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 26 03:40:45 PDT 2022
DavidSpickett added inline comments.
================
Comment at: lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp:288
+ if (lldb::ABISP abi_sp = GetABI())
+ addr = abi_sp->FixDataAddress(addr);
+
----------------
omjavaid wrote:
> Is this a candidate for FixAnyAddress ?
Absolutely. I intend to get FixAny in first, then update this and the stacked patch to use it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122411/new/
https://reviews.llvm.org/D122411
More information about the lldb-commits
mailing list