| 0 | 3 | new file mode 100644 | 
| ... | ... | @@ -0,0 +1,11 @@ | 
| 1 |  | |
| 2 | +set print pretty on | |
| 3 | +set print asm-demangle on | |
| 4 | +set print thread-events off | |
| 5 | + | |
| 6 | +## History | |
| 7 | +set history save on | |
| 8 | +set history size unlimited | |
| 9 | +set history remove-duplicates 1 | |
| 10 | +# Override `./.gdb_history` default locaion. | |
| 11 | +set history filename ~/.cache/gdb/history |