mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 05:55:46 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/gdb
4
tldr/gdb
@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Start `gdb` and pass arguments to the executable:
|
||||
|
||||
`gdb --args {{executable}} {{argument1}} {{argument2}}`
|
||||
|
||||
- Skip debuginfod and pagination prompts and then print the backtrace:
|
||||
|
||||
`gdb -c {{core}} {{executable}} -iex 'set debuginfod enabled on' -iex 'set pagination off' -ex bt`
|
||||
|
||||
Reference in New Issue
Block a user