--- ./gdb_init.txt 2004-11-27 23:39:15.000000000 +0000 +++ ./gdbinit-fixed 2005-11-08 00:54:07.000000000 +0000 @@ -386,7 +386,7 @@ end define context-off - set $SHOW_CONTEXT = 1 + set $SHOW_CONTEXT = 0 end document context-on Disable display of context on every program stop @@ -794,13 +794,13 @@ if ( $SHOW_CONTEXT > 0 ) context end - if ( $SHOW_NEST_INSN > 0 ) - set $x = $_nest - while ($x > 0 ) - printf "\t" - set $x = $x - 1 - end - end + #if ( $SHOW_NEST_INSN > 0 ) + # set $x = $_nest + # while ($x > 0 ) + # printf "\t" + # set $x = $x - 1 + # end + #end end define assemble