Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-01 00:19:31 +00:00
parent 489c6fbf29
commit 7d5c24cb3d
4 changed files with 75 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all captured core dumps:
`coredumpctl list`
`coredumpctl`
- List captured core dumps for a program:
@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`