[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
Fri Aug 15 00:35:26 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:
I don't think it makes an actual difference for titles but might as well make it neat. Unlike other places in RST where stray characters change the entire document seemingly randomly :)
https://github.com/llvm/llvm-project/pull/153559
More information about the lldb-commits
mailing list