summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/watch.tcl
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-02-08 19:26:31 +0000
committerFernando Nasser <fnasser@redhat.com>2001-02-08 19:26:31 +0000
commita542c8f2392d39c6cc9397f6ab6596e1b75ce373 (patch)
tree00fc0b6bd8b35124c7652fc3e6cd79dfa7991f9d /gdb/gdbtk/library/watch.tcl
parent068be0a690d408bdec0f8b93b5896f2a9199285b (diff)
downloadgdb-a542c8f2392d39c6cc9397f6ab6596e1b75ce373.tar.gz
2001-02-08 Fernando Nasser <fnasser@redhat.com>
From 2001-02-06 Martin Hunt <hunt@redhat.com> * library/debugwin.itb: Change window name to "Insight Debug" * library/embeddedwin.ith: Fix debug messages. * library/locals.tcl: Ditto. * library/watch.tcl (postMenu): Ditto. * library/variables.tcl: Ditto. * library/interface.tcl: Ditto. * library/regwin.itb: Ditto. * library/gdbwin.ith: Ditto. * library/srcbar.itcl: Ditto.
Diffstat (limited to 'gdb/gdbtk/library/watch.tcl')
-rw-r--r--gdb/gdbtk/library/watch.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/gdbtk/library/watch.tcl b/gdb/gdbtk/library/watch.tcl
index 8b159488002..781bbc05af9 100644
--- a/gdb/gdbtk/library/watch.tcl
+++ b/gdb/gdbtk/library/watch.tcl
@@ -1,5 +1,5 @@
-# Watch window for GDBtk.
-# Copyright 1997, 1998, 1999 Cygnus Solutions
+# Watch window for Insight.
+# Copyright 1997, 1998, 1999, 2001 Red Hat
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -39,7 +39,7 @@ class WatchWin {
# ------------------------------------------------------------------
method build_win {f} {
global tcl_platform
- #debug "WatchWin::build_win $f"
+ #debug "$f"
set Menu [build_menu_helper Watch]
$Menu add command -label Remove -underline 0 \
@@ -125,7 +125,7 @@ class WatchWin {
}
method postMenu {X Y} {
-# debug "WatchWin::postMenu $x $y"
+# debug "$x $y"
set entry [getEntry $X $Y]
@@ -178,7 +178,7 @@ class WatchWin {
# (or use deleteTree)
# ------------------------------------------------------------------
method getVariablesBlankPath {} {
-# debug "WatchWin::getVariablesBlankPath"
+# debug
set list {}
set variables [displayedVariables {}]