DavidSpickett added inline comments.

================
Comment at: lldb/source/Target/Process.cpp:5891
+      // is at or beyond the end of mappable memory.
+      !(abi && (abi->FixDataAddress(range_end) != range_end)));
 
----------------
omjavaid wrote:
> Just to confirm this assumes range base will always be free of any 
> non-address-bits. ?
Not always but the first range base that has non-address bits will be the range 
*after* the last mappable range. (end of last mappable range == begin of first 
unmappable range)

Since we only care about mappable regions here anyway, we can ignore the base 
addresses. (I'll add this in a comment too)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115508

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to