diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index a7b8793e51..03552b7d19 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -207,6 +207,34 @@ + + 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