[Lldb-commits] [lldb] [lldb] Implement Process::ReadMemoryRanges (PR #163651)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 17 03:06:46 PDT 2025
================
@@ -225,3 +227,63 @@ TEST_F(MemoryTest, TesetMemoryCacheRead) {
// instead of using an
// old cache
}
+
+/// A process class that reads `lower_byte(address)` for each `address` it
----------------
DavidSpickett wrote:
What is lower_byte? Do you mean literally it returns the least significant byte of the address? This looks like a function call the way you wrote it.
(the idea is fine overall just the way it's written)
https://github.com/llvm/llvm-project/pull/163651
More information about the lldb-commits
mailing list