X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredumpctl.xml;h=ed84621d3798dcaeb1faee0529373aee49bdff91;hp=0cd3fe558d1eee49fa5251330d65061db41ad6cb;hb=4a02e68602be9f6f3caac0f6195672490f715fe1;hpb=dfdd0e0730385eef08f019863fd41168b05b6ab0 diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 0cd3fe558..ed84621d3 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -45,8 +45,6 @@ coredumpctl - systemd-coredumpctl - Retrieve coredumps from the journal @@ -65,10 +63,6 @@ coredumpctl may be used to retrieve coredumps from systemd-journald8. - - systemd-coredumpctl is a - depracated alias for - coredumpctl. @@ -126,7 +120,7 @@ List coredumps captured in the journal matching specified characteristics. If no - command is specified this is the + command is specified, this is the implied default. @@ -213,11 +207,41 @@ + + Examples + + + List all the coredumps of a program named foo + + # coredumpctl list foo + + + + Invoke gdb on the last coredump + + # coredumpctl gdb + + + + Show information about a process that dumped core, matching by its PID 6654 + + # coredumpctl info 6654 + + + + Extract the last coredump of /usr/bin/bar to a file named bar.coredump + + # coredumpctl -o bar.coredump dump /usr/bin/bar + + + See Also + systemd-coredump8, + coredump.conf5, systemd-journald.service8, - gdb1 + gdb1