[Lldb-commits] [PATCH] D151292: lldb WIP/RFC: Adding support for address fixing on AArch64 with high and low memory addresses
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 24 18:46:30 PDT 2023
bulbazord added inline comments.
================
Comment at: lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp:1099-1103
// 64 - T1Sz is the highest bit used for auth.
// The value we pass in to SetVirtualAddressableBits is
// the number of bits used for addressing, so if
// T1Sz is 25, then 64-25 == 39, bits 0..38 are used for
// addressing, bits 39..63 are used for PAC/TBI or whatever.
----------------
I think this comment needs to be updated? It doesn't look like you're calling `SetVirtualAddressableBits` here anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151292/new/
https://reviews.llvm.org/D151292
More information about the lldb-commits
mailing list