diff options
Diffstat (limited to 'gdb/gdbtk/ChangeLog')
-rw-r--r-- | gdb/gdbtk/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index 202c131d467..23c8f11c86f 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,3 +1,14 @@ +2001-04-20 Keith Seitz <keiths@cygnus.com> + + * library/interface.tcl (gdbtk_tcl_set_variable): New proc. + * library/gdbevent.ith (SetVariableEvent): New event. + * library/gdbevent.itb (SetVariableEvent::get): Override + GDBEvent::get. + * library/ehandler.ith (set_variable): New public method. + * generic/gdbtk-hooks.c (gdbtk_set_hook): Let inteface function + gdbtk_tcl_set_variable do all the work. + * tclIndex: Regenerated. + 2001-04-19 Keith Seitz <keiths@cygnus.com> * library/gdbevent.ith: New file. Defines new event model. |