[Lldb-commits] [lldb] [lldb][docs] document an analogue for `info proc mappings` (PR #153559)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 14 23:30:49 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
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------
DCNick3 wrote:
Whoops, sorry, not very used to `.rst` markup
https://github.com/llvm/llvm-project/pull/153559
More information about the lldb-commits
mailing list