[PATCH] D103626: [lldb] Remove non address bits from memory read arguments

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 05:26:18 PST 2022


DavidSpickett added a comment.

Since there was no great pushback on this I've landed it. With the final justification being that the non-address bits are properties of the pointer not of the memory pointed to.

I will do a follow up where I apply the same logic to the ReadMemory calls via the API.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103626/new/

https://reviews.llvm.org/D103626



More information about the llvm-commits mailing list