[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
================
@@ -1571,6 +1571,25 @@ class Process : public std::enable_shared_from_this<Process>,
virtual size_t ReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
Status &error);
+ /// Read from multiple memory ranges and write the results into buffer.
----------------
DavidSpickett wrote:
Where should we note that this is something to be overridden? Or do they override something else at a lower level and that's already noted?
https://github.com/llvm/llvm-project/pull/163651
More information about the lldb-commits
mailing list