aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/%HOME%/.gdbinit
blob: 634809d3704324afc7ed6ba267216b2ccb2f26e0 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                      


                            



                                   

               
# Disable the stupid <RET>/q/c prompt:
set pagination off

# Sorry :-(
set disassembly-flavor intel

set history save on
set history filename ~/.gdb-history
set history size 1000

set confirm off