]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/coredump/coredumpctl.c
coredump: omit coredump info when -q is used with the `debug` verb
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 10 Mar 2021 15:41:35 +0000 (16:41 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 10 Mar 2021 16:35:21 +0000 (17:35 +0100)
commita174da59c299f6197425707f23757dc9149e5fba
tree1f1d20c7df5eaf1a249e8b2e1ea9bf5bb254413e
parent5acfe54e9830c4225eda8ce111542c1f81888b6a
coredump: omit coredump info when -q is used with the `debug` verb

Skip printing the coredump info table when using the `debug` verb in
combination with the `-q/--quiet` option. Useful when trying to gather
coredump info non-interactively via scripted gdb commands.

Fixes: systemd/systemd#18935
src/coredump/coredumpctl.c