From f4bab1690ebb7bb01ea2d89f92bffd26c04b61ee Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Jun 2014 13:46:01 +0200 Subject: coredump: coredumpctl is so useful now, make it a first-class citizen Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl". --- man/coredumpctl.xml | 198 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 man/coredumpctl.xml (limited to 'man/coredumpctl.xml') diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml new file mode 100644 index 0000000000..159fabb840 --- /dev/null +++ b/man/coredumpctl.xml @@ -0,0 +1,198 @@ + + + + + + + + + coredumpctl + systemd + + + + Developer + Zbigniew + Jędrzejewski-Szmek + zbyszek@in.waw.pl + + + + + + coredumpctl + 1 + + + + coredumpctl + Retrieve coredumps from the journal + + + + + coredumpctl + OPTIONS + COMMAND + PID|COMM|EXE|MATCH + + + + + Description + + coredumpctl may be used to + retrieve coredumps from + systemd-journald8. + + + + Options + + The following options are understood: + + + + + + + Print all possible + data values the specified field + takes in matching coredump entries of the + journal. + + + + + + + Write the core to + . + + + + + + Do not print the column headers. + + + + + + + + + The following commands are understood: + + + + list + + List coredumps captured in the journal + matching specified characteristics. + + + + dump + + Extract the last coredump + matching specified characteristics. + 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. + + + + + + + + + Matching + + Match can be: + + + + PID + + Process ID of the + process that dumped + core. An integer. + + + + COMM + + Name of the executable + (matches ). + Must not contain slashes. + + + + + EXE + + Path to the executable + (matches ). + Must contain at least one slash. + + + + + MATCH + + General journalctl predicates + (see journalctl1). + Must contain an equals sign. + + + + + + + Exit status + 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, + gdb1 + + + + -- cgit v1.2.3-54-g00ecf