summaryrefslogtreecommitdiff
path: root/gdb/gdbtk
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2001-05-31 20:35:56 +0000
committerKeith Seitz <keiths@redhat.com>2001-05-31 20:35:56 +0000
commitee3e3b7b8fbed9fa4a0a060d6ab7f5e8f42f2f51 (patch)
tree62df0119ba24fc78e0a01886f4eae1cfbfa8edab /gdb/gdbtk
parent959649e57a7c1d76c028e1f9dad5cc3b9815886a (diff)
downloadgdb-ee3e3b7b8fbed9fa4a0a060d6ab7f5e8f42f2f51.tar.gz
ChangeLog for the gdb_idle_hook->GDBEventHandler::idle change.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r--gdb/gdbtk/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index 8f2c7a9351e..af08ce31c7d 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,5 +1,52 @@
2001-05-31 Keith Seitz <keiths@redhat.com>
+ * 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.
+
+2001-05-31 Keith Seitz <keiths@redhat.com>
+
* library/interface.tcl (gdb_busy_hook): Deprecate.
(gdbtk_busy): Create and dispatch a BusyEvent instead
of running hooks.