X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fcoredumpctl.xml;h=929af196d150724d38737ec643aaa23c6ca50859;hb=78eb158a20e2bee772f6e49d8b432b98f68cbb55;hp=73d1b8435fd32fd8f7ab01a35dec2ced377d2cb4;hpb=8d0e0ddda6501479eb69164687c83c1a7667b33a;p=elogind.git diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 73d1b8435..929af196d 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -74,7 +74,7 @@ - Do not print the column headers. + Do not print column headers. @@ -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, 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