diff options
Diffstat (limited to 'gdb/gdbtk.tcl')
-rw-r--r-- | gdb/gdbtk.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl index f44dc74..2df9cf0 100644 --- a/gdb/gdbtk.tcl +++ b/gdb/gdbtk.tcl @@ -31,6 +31,7 @@ set cfunc NIL set line_numbers 1 set breakpoint_file(-1) {[garbage]} set disassemble_with_source nosource +set expr_update_list(0) 0 #option add *Foreground Black #option add *Background White |