OSDN Git Service

* library/interface.tcl (gdb_idle_hook): Mark as deprecated.
authorkseitz <kseitz>
Thu, 31 May 2001 20:32:57 +0000 (20:32 +0000)
committerkseitz <kseitz>
Thu, 31 May 2001 20:32:57 +0000 (20:32 +0000)
commit4b4971df97ff6cad0cead27d3fd967f57a9882dc
tree8126918bb6098b4ec0187c406e0888266241e9c2
parent6426c96b58a71964533d73e249842988c7d22a4b
* 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.
22 files changed:
gdb/gdbtk/library/console.itb
gdb/gdbtk/library/console.ith
gdb/gdbtk/library/ehandler.ith
gdb/gdbtk/library/gdbevent.ith
gdb/gdbtk/library/interface.tcl
gdb/gdbtk/library/kod.itb
gdb/gdbtk/library/kod.ith
gdb/gdbtk/library/memwin.itb
gdb/gdbtk/library/memwin.ith
gdb/gdbtk/library/plugins/rhabout/rhabout.itcl
gdb/gdbtk/library/pluginwin.itcl
gdb/gdbtk/library/process.itb
gdb/gdbtk/library/process.ith
gdb/gdbtk/library/regwin.itb
gdb/gdbtk/library/regwin.ith
gdb/gdbtk/library/srcbar.itcl
gdb/gdbtk/library/srcwin.itb
gdb/gdbtk/library/srcwin.ith
gdb/gdbtk/library/stackwin.itb
gdb/gdbtk/library/stackwin.ith
gdb/gdbtk/library/tclIndex
gdb/gdbtk/library/variables.tcl