X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-coredumpctl.xml;h=02b688606cdc806e5d381268875f4db78bb62b1c;hp=378d40fa1396d19358615bf454a4a9ea6cb68f08;hb=3baed19327663d012c3313b72cc5b3d02a58720a;hpb=5de0409e54580b1e8929d9e09f970dfe339cec7b diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 378d40fa1..02b688606 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,7 +201,7 @@ Exit status On success 0 is returned, a non-zero failure - code otherwise. Not finding any mathing coredumps is treated + code otherwise. Not finding any matching coredumps is treated as failure. @@ -179,7 +209,8 @@ See Also - systemd-journald.service8 + systemd-journald.service8, + gdb1