dots/gdbinit

14 lines
171 B
Text
Raw Normal View History

2010-04-24 01:26:16 -05:00
set confirm off
set history save on
set verbose off
set output-radix 0x10
2010-06-22 12:09:13 -07:00
set print asm-demangle on
set print pretty on
set unwindonsignal on
2010-04-24 01:26:16 -05:00
set height 0
set width 0