Options (2)
-o, --outputbooleanExtract the last core dump of a program to a file
Example:
coredumpctl {{[-o|--output]}} {{path/to/file}} dump {{program}}-A, --debugger-argumentsbooleanSkip debuginfod and pagination prompts and then print the backtrace when using `gdb`
Example:
coredumpctl debug {{[-A|--debugger-arguments]}} "-iex 'set debuginfod enabled on' -iex 'set pagination off' -ex bt"Examples (7)
List all captured core dumps
List captured core dumps for a program
coredumpctl list programShow information about the core dumps matching a program with PID
coredumpctl info PIDInvoke debugger using the last core dump
coredumpctl debugInvoke debugger using the last core dump of a program
coredumpctl debug programExtract the last core dump of a program to a file
coredumpctl [-o|--output] path/to/file dump programSkip debuginfod and pagination prompts and then print the backtrace when using `gdb`
coredumpctl debug [-A|--debugger-arguments] "-iex 'set debuginfod enabled on' -iex 'set pagination off' -ex bt"made by @shridhargupta | data from tldr-pages