X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredumpctl.xml;h=03552b7d19b11eafebe3d809815d34a92750c23a;hp=5ea865eaa2a98207c275215bf1d9e4ddc78c4a98;hb=99a1ab10b05251220ff94a867f198b9302afe346;hpb=eca8701ae7adb7a89badc37d4233ea450436f14c diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 5ea865eaa..03552b7d1 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -120,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. @@ -207,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 + + # 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