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.
1 parent be5b4fa commit 1b6b036Copy full SHA for 1b6b036
lldb/docs/use/map.rst
@@ -1350,6 +1350,17 @@ Dump all symbols in ``a.out`` and ``liba.so``
1350
1351
(lldb) image dump symtab a.out liba.so
1352
1353
+Save current process as a core file
1354
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1355
+
1356
+.. code-block:: shell
1357
1358
+ (gdb) gcore filename
1359
1360
1361
1362
+ (lldb) process save-core filename
1363
1364
Miscellaneous
1365
-------------
1366
0 commit comments