1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

coredumpctl: simplify commands (#15402)

This commit is contained in:
Managor 2024-12-31 17:36:37 +02:00 committed by GitHub
parent 7d565521bc
commit 6aa9cf1f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
- List all captured core dumps:
`coredumpctl list`
`coredumpctl`
- List captured core dumps for a program:
@ -15,6 +15,10 @@
`coredumpctl info {{PID}}`
- Invoke debugger using the last core dump:
`coredumpctl debug`
- Invoke debugger using the last core dump of a program:
`coredumpctl debug {{program}}`