From c5896b6a8cfcfd1b94f25450a96a1411384f1108 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Wed, 18 Apr 2018 14:32:17 -0500 Subject: coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#8744) --- man/coredumpctl.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'man/coredumpctl.xml') diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 16bacb84c9..c6b0f142bc 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -119,6 +119,15 @@ + + DEBUGGER + + Use the given debugger for the debug + command. If not given and $SYSTEMD_DEBUGGER is unset, then + gdb1 + will be used. + + DIR DIR @@ -228,10 +237,14 @@ - gdb - - Invoke the GNU debugger on the last core dump - matching specified characteristics. + debug + + Invoke a debugger on the last core dump + matching specified characteristics. By default, + gdb1 + will be used. This may be changed using the + option or the $SYSTEMD_DEBUGGER environment + variable. @@ -298,7 +311,7 @@ Invoke gdb on the last core dump - # coredumpctl gdb + # coredumpctl debug -- cgit v1.2.1