X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gdbinit;h=b179e637e49ee439948076d232312cfc353a0cdb;hb=9b2570a5f6aa6ab39750fed4043b69a7700e8212;hp=82811ca74c3c5d9b977e0907febdcab90e1b6cd1;hpb=a00b2427d3b8070ee5f7263b5becde015ab2e1d3;p=config%2Fdotfiles.git diff --git a/gdbinit b/gdbinit index 82811ca..b179e63 100644 --- a/gdbinit +++ b/gdbinit @@ -18,7 +18,12 @@ # Save command history. set history save on -# And save 1024 entries. -set history size 1024 +# And save more entries. +set history size 10000 + + +# Always disassemble next command/instruction. Very useful when debugging code +# without debug information. +set disassemble-next-line on # vim: ft=gdb