================
@@ -33,14 +118,15 @@ class MemoryCache {
size_t Read(lldb::addr_t addr, void *dst, size_t dst_len, Status &error);
- /// Reads multiple memory ranges, serving cache hits from L1 and L2 and
- /// batching all misses through Process::DoReadMemoryRanges. The semantics of
- /// the return value match Process::ReadMemoryRanges.
+ /// Reads memory ranges, serving hits from the cache and batching misses
+ /// through Process::DoReadMemoryRanges. Matches Process::ReadMemoryRanges.
----------------
felipepiovezan wrote:
nit: extra whitespace before Matches
https://github.com/llvm/llvm-project/pull/222688
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits