mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
coredumpctl: simplify commands (#15402)
This commit is contained in:
parent
7d565521bc
commit
6aa9cf1f4e
1 changed files with 5 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue