X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gdbinit;h=b179e637e49ee439948076d232312cfc353a0cdb;hb=733df0002c03b0c503cb09b970c78a6dd54a4793;hp=4fdd8e63d826206f13d228d30b9cdb59e8703d25;hpb=bfc6b7009bb8ea8be36faab8e8f558b82fdb4cb4;p=config%2Fdotfiles.git diff --git a/gdbinit b/gdbinit index 4fdd8e6..b179e63 100644 --- a/gdbinit +++ b/gdbinit @@ -21,4 +21,9 @@ set history save on # 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