We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
info proc mappings
1 parent 6ad39bc commit ce0bc3aCopy full SHA for ce0bc3a
lldb/docs/use/map.rst
@@ -1126,6 +1126,20 @@ Save binary memory data starting at ``0x1000`` and ending at ``0x2000`` to a fil
1126
(lldb) memory read --outfile /tmp/mem.bin --binary 0x1000 0x2000
1127
(lldb) me r -o /tmp/mem.bin -b 0x1000 0x2000
1128
1129
+
1130
+Print information about memory regions
1131
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1132
1133
+.. code-block:: shell
1134
1135
+ (gdb) info proc mappings
1136
1137
1138
1139
+ (lldb) memory region --all
1140
+ (lldb) me reg --all
1141
1142
1143
Get information about a specific heap allocation (macOS only)
1144
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1145
0 commit comments