[Lldb-commits] [PATCH] D103626: [lldb][AArch64] Remove non address bits from memory read arguments
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 16 02:56:33 PST 2021
DavidSpickett added a comment.
Since we're so close to the end of the year I'm going to give this more time and ping early next year in case of any more feedback. Though I'm feeling confident in the direction so far.
While working on this I realised that the API calls should also remove the non-address bits. We will still need to have this change, so that checking for inverted ranges still works. Changes to the underlying MemoryRead and API will be a separate review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103626/new/
https://reviews.llvm.org/D103626
More information about the lldb-commits
mailing list