X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gdb%2Fgdbinit;h=59b79c0784715899926b7115998ac899875d51b2;hb=49506632f4ab98a5d379f1c99841fc1923387241;hp=5ce2868a4618b73b7d2735fa023d4a67102ccb45;hpb=7e4575b320cbc1840cf6fd36bbf6b9cfda9a5ee4;p=config%2Fdotfiles.git diff --git a/gdb/gdbinit b/gdb/gdbinit index 5ce2868..59b79c0 100644 --- a/gdb/gdbinit +++ b/gdb/gdbinit @@ -27,6 +27,9 @@ set history size 10000 set extended-prompt (\[\e[01;32m\]gdb\e[00m\]) +# Default output base is 16 (hex). +set output-radix 16 + # Always disassemble next command/instruction. Very useful when debugging code # without debug information. set disassemble-next-line on