]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gdb/gdbinit: Use 16 as default output base.
authorSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:32:18 +0000 (21:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:32:18 +0000 (21:32 +0200)
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