summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/console.ith
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtk/library/console.ith')
-rw-r--r--gdb/gdbtk/library/console.ith8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/gdbtk/library/console.ith b/gdb/gdbtk/library/console.ith
index b214e54655d..82fc4c8684d 100644
--- a/gdb/gdbtk/library/console.ith
+++ b/gdb/gdbtk/library/console.ith
@@ -18,7 +18,7 @@
# ----------------------------------------------------------------------
class Console {
- inherit EmbeddedWin
+ inherit EmbeddedWin GDBEventHandler
public {
#Approximate maximum number of lines allowed in widget
@@ -27,13 +27,17 @@ class Console {
method constructor {args}
method destructor {}
method idle {}
- method busy {}
method insert {line}
method einsert {line tag}
method invoke {}
method _insertion {args}
method get_text {}
method activate {{prompt {}}}
+
+ #
+ # GDB Events
+ #
+ method busy {event}
}
private {