]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gdb/gdbinit
gdb/gdbinit: Use 16 as default output base.
[config/dotfiles.git] / gdb / gdbinit
index 5ce2868a4618b73b7d2735fa023d4a67102ccb45..59b79c0784715899926b7115998ac899875d51b2 100644 (file)
@@ -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