From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Insight Maling List Subject: Other half of SetVariableEvent checked in Date: Fri, 20 Apr 2001 11:51:00 -0000 Message-id: X-SW-Source: 2001-q2/msg00129.html Hi, I have committed the other half of the update: CVSROOT: /cvs/src Module name: src Changes by: kseitz@sources.redhat.com 2001-04-20 11:47:33 Modified files: gdb/gdbtk : ChangeLog gdb/gdbtk/library: kod.itb kod.ith regwin.itb regwin.ith srcbar.itcl srctextwin.itb srctextwin.ith tclIndex Log message: Other half of SetVariableEvent: * library/srctextwin.ith (handle_set_hook): Rename to set_variable. * library/srctextwin.itb (set_variable): Handle SetVariableEvent. (constructor): Remove gdb_set_hook. (destructor): Ditto. * library/srcbar.itcl: Inherit from GDBEventHandler. (set_hook): Rename to set_variable and handle SetVariableEvent. (constructor): Remove gdb_set_hook. (destructor): Ditto. * library/regwin.ith (handle_set_hook): Renamed to set_variable. * library/regwin.itb (set_variable): Handle SetVariableEvent. (constructor): Remove gdb_set_hook. (destructor): Ditto. * library/kod.ith (set_os): Renamed to "set_variable". * library/kod.itb (set_variable): Handle SetVariableEvent. (constructor): Remove gdb_set_hook. (destructor): Ditto. * library/tclIndex: Regenerated. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.66&r2=1.67 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/kod.itb.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/kod.ith.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/regwin.itb.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/regwin.ith.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srcbar.itcl.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.itb.diff?cvsroot=src&r1=1.23&r2=1.24 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.ith.diff?cvsroot=src&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/tclIndex.diff?cvsroot=src&r1=1.13&r2=1.14