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=a7b8793e5115e0631c8f36ee434f8f257ec7332e;hb=08cb4bdd70309c5d8e56e0469358c53f49079b74;hpb=5146e7e8aec2d394c06771d4c9d0d03fc2cd911c diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index a7b8793e5..ed84621d3 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, 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