summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/tclIndex
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2001-05-31 20:32:58 +0000
committerKeith Seitz <keiths@redhat.com>2001-05-31 20:32:58 +0000
commit959649e57a7c1d76c028e1f9dad5cc3b9815886a (patch)
treea863e75c4eb8363e6f7cdb310cd251bc3b82ace5 /gdb/gdbtk/library/tclIndex
parentb8df5aa863cd59505a40f8fb40d62f1b746152e1 (diff)
downloadgdb-959649e57a7c1d76c028e1f9dad5cc3b9815886a.tar.gz
* library/interface.tcl (gdb_idle_hook): Mark as deprecated.
(gdbtk_idle): Dispatch an IdleEvent. gdb_idle_hook is gone. * library/ehandler.ith (idle): New event handler. * library/gdbevent.ith (IdleEvent): New event. * library/console.ith (idle): Match event handler definition. * library/console.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/kod.ith (idle): Match event handler definition. * library/kod.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/memwin.ith (idle): Match event handler definition. * library/memwin.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/pluginwin.itcl (stopped): Rename to "idle" and match event handler definition. Fix misleading comments. * library/process.ith (idle): Match event handler definition. * library/process.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/regwin.ith (idle): Match event handler definition. * library/regwin.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/srcbar.itcl (idle): New method. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/srcwin.ith (idle): Match event handler definition. * library/srcwin.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/stackwin.ith (idle): Match event handler definition. * library/stackwin.itb (idle): Ditto. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/variables.tcl (idle): Match event handler definition. (constructor): Remove gdb_idle_hook. (destructor): Ditto. * library/plugins/rhabout/rhabout.itcl (stopped): Rename to "idle" and match new event handler definition. * library/tclIndex: Regenerated.
Diffstat (limited to 'gdb/gdbtk/library/tclIndex')
-rw-r--r--gdb/gdbtk/library/tclIndex1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbtk/library/tclIndex b/gdb/gdbtk/library/tclIndex
index 8423b000d84..a916c04c0fa 100644
--- a/gdb/gdbtk/library/tclIndex
+++ b/gdb/gdbtk/library/tclIndex
@@ -144,6 +144,7 @@ set auto_index(BreakpointEvent) [list source [file join $dir gdbevent.ith]]
set auto_index(TracepointEvent) [list source [file join $dir gdbevent.ith]]
set auto_index(SetVariableEvent) [list source [file join $dir gdbevent.ith]]
set auto_index(BusyEvent) [list source [file join $dir gdbevent.ith]]
+set auto_index(IdleEvent) [list source [file join $dir gdbevent.ith]]
set auto_index(GDBWin) [list source [file join $dir gdbwin.ith]]
set auto_index(GlobalPref) [list source [file join $dir globalpref.ith]]
set auto_index(HtmlViewer) [list source [file join $dir helpviewer.ith]]