X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-coredumpctl.xml;h=9ccb67d12d9afe0c30b1d79d303dcc26e4ddf7b6;hp=378d40fa1396d19358615bf454a4a9ea6cb68f08;hb=0358b3f95d7cfdd05e7cb8394cfdb6b3b4b14ffc;hpb=5de0409e54580b1e8929d9e09f970dfe339cec7b diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 378d40fa1..9ccb67d12 100644 --- a/man/systemd-coredumpctl.xml +++ b/man/systemd-coredumpctl.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + systemd-coredumpctl @@ -49,7 +49,10 @@ - systemd-coredumpctl OPTIONS COMMAND PID|COMM|EXE|MATCH + systemd-coredumpctl + OPTIONS + COMMAND + PID|COMM|EXE|MATCH @@ -68,8 +71,8 @@ - + Print a short help text and exit. @@ -83,8 +86,18 @@ + + + + Print all possible + data values the specified field + takes in matching coredump entries of the + journal. + + + + - Write the core to . @@ -98,6 +111,13 @@ pager. + + + + Do not print the column headers. + + + The following commands are understood: @@ -121,6 +141,16 @@ + + + gdb + + Invoke the GNU + debugger on the last coredump matching + specified characteristics. + + + @@ -132,7 +162,7 @@ - + PID Process ID of the process that dumped @@ -140,7 +170,7 @@ - + COMM Name of the executable (matches ). @@ -149,7 +179,7 @@ - + EXE Path to the executable (matches ). @@ -158,7 +188,7 @@ - + MATCH General journalctl predicates (see journalctl1). @@ -171,15 +201,16 @@ Exit status On success 0 is returned, a non-zero failure - code otherwise. Not finding any mathing coredumps is treated - as failure. - + code otherwise. Not finding any matching coredumps is treated + as failure. + See Also - systemd-journald.service8 + systemd-journald.service8, + gdb1