X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-coredumpctl.xml;h=092ec56a24fcf454a00fe9525e5cf3aab5de282c;hb=9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f;hp=378d40fa1396d19358615bf454a4a9ea6cb68f08;hpb=5de0409e54580b1e8929d9e09f970dfe339cec7b;p=elogind.git diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 378d40fa1..092ec56a2 100644 --- a/man/systemd-coredumpctl.xml +++ b/man/systemd-coredumpctl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + systemd-coredumpctl @@ -49,7 +50,10 @@ - systemd-coredumpctl OPTIONS COMMAND PID|COMM|EXE|MATCH + systemd-coredumpctl + OPTIONS + COMMAND + PID|COMM|EXE|MATCH @@ -68,36 +72,33 @@ - - + + - Print a short help - text and exit. - - - - - - Print a short version - string and exit. + Print all possible + data values the specified field + takes in matching coredump entries of the + journal. + - Write the core to . - + - Do not pipe output of - list into a - pager. + Do not print the column headers. + + + + The following commands are understood: @@ -115,12 +116,22 @@ Extract the last coredump matching specified characteristics. - Coredump will be written on stdout, unless - an output file is specified with + The coredump will be written on standard output, + unless an output file is specified with . + + + gdb + + Invoke the GNU + debugger on the last coredump matching + specified characteristics. + + + @@ -132,7 +143,7 @@ - + PID Process ID of the process that dumped @@ -140,7 +151,7 @@ - + COMM Name of the executable (matches ). @@ -149,7 +160,7 @@ - + EXE Path to the executable (matches ). @@ -158,7 +169,7 @@ - + MATCH General journalctl predicates (see journalctl1). @@ -170,16 +181,17 @@ Exit status - On success 0 is returned, a non-zero failure - code otherwise. Not finding any mathing coredumps is treated - as failure. - + On success, 0 is returned; otherwise, a non-zero failure + code is returned. Not finding any matching coredumps is treated + as failure. + See Also - systemd-journald.service8 + systemd-journald.service8, + gdb1