Skip to content

Instantly share code, notes, and snippets.

@etaf
Created July 23, 2018 01:51
Show Gist options
  • Save etaf/adea41f78df6c1b435c0bb6fbb902d16 to your computer and use it in GitHub Desktop.
Save etaf/adea41f78df6c1b435c0bb6fbb902d16 to your computer and use it in GitHub Desktop.
gdb configuration
set history save
set history size 100000
set history filename ~/.gdb_history
set confirm off
set verbose off
set print pretty on
set print array off
set print array-indexes on
set trace-commands on
set logging on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment