[Lldb-commits] [lldb] [lldb/linux] Make truncated reads work (PR #106532)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 02:40:40 PDT 2024
================
@@ -0,0 +1,63 @@
+"""
+Test the memory commands operating on memory regions with holes
----------------
DavidSpickett wrote:
I don't mind the terminology but perhaps add ` with holes (inaccessible pages)` to help anyone who is skimming through this. So they only have to read the header to know whether to care about the rest of the file.
https://github.com/llvm/llvm-project/pull/106532
More information about the lldb-commits
mailing list