[Lldb-commits] [lldb] [lldb][docs] document an analogue for `info proc mappings` (PR #153559)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 14 03:34:05 PDT 2025
================
@@ -1126,6 +1126,20 @@ Save binary memory data starting at ``0x1000`` and ending at ``0x2000`` to a fil
(lldb) memory read --outfile /tmp/mem.bin --binary 0x1000 0x2000
(lldb) me r -o /tmp/mem.bin -b 0x1000 0x2000
+
+Print information about memory regions
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------
DavidSpickett wrote:
Remove the extra `~`.
https://github.com/llvm/llvm-project/pull/153559
More information about the lldb-commits
mailing list