OSDN Git Service

2001-03-29 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Thu, 29 Mar 2001 22:33:29 +0000 (22:33 +0000)
committerFernando Nasser <fnasser@redhat.com>
Thu, 29 Mar 2001 22:33:29 +0000 (22:33 +0000)
* library/variable.tcl (destructor): Remove file_changed_hook hook.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/variables.tcl

index 332841c..7f22c4e 100644 (file)
@@ -1,7 +1,11 @@
 2001-03-29  Fernando Nasser  <fnasser@redhat.com>
 
-       * gdbtk-varobj.c (variable_obj_command): Do not cache varobj handles as
-       they may change -- use varobj_get_handle() instead.
+       * library/variable.tcl (destructor): Remove file_changed_hook hook.
+
+2001-03-29  Fernando Nasser  <fnasser@redhat.com>
+
+       * generic/gdbtk-varobj.c (variable_obj_command): Do not cache varobj
+       handles as they may change -- use varobj_get_handle() instead.
 
 2001-03-15  Martin Hunt  <hunt@redhat.com>
        * library/browserwin.itb: Change all references to freeze_me,
index eaef1a1..5aed147 100644 (file)
@@ -170,6 +170,7 @@ class VariableWin {
        remove_hook gdb_no_inferior_hook "$this no_inferior"
        remove_hook gdb_idle_hook [list $this idle]
        remove_hook gdb_clear_file_hook [code $this clear_file]
+       remove_hook file_changed_hook [code $this clear_file]
     }
 
     # ------------------------------------------------------------------