mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 09:53:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user