From b42e4d47a726832082ef774867fc555f2da9b05b Mon Sep 17 00:00:00 2001 From: jingham Date: Fri, 10 Mar 2000 23:41:46 +0000 Subject: [PATCH] 2000-03-10 James Ingham * targetselection.ith (get_target_list): Should be a proc, since it does nothing instance-specific. --- gdb/gdbtk/library/ChangeLog | 3 +++ gdb/gdbtk/library/targetselection.ith | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index 5224104db1..9c8e629d93 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -1,5 +1,8 @@ 2000-03-10 James Ingham + * targetselection.ith (get_target_list): Should be a proc, since + it does nothing instance-specific. + * util.tcl (keep_raised): For some reason raising a window, then deiconifying it is MUCH faster on "e" & WindowMaker under XFree. Go figure. Other WM's don't seem to care, so do it this way... diff --git a/gdb/gdbtk/library/targetselection.ith b/gdb/gdbtk/library/targetselection.ith index 654328fcca..cc1f5be8f9 100644 --- a/gdb/gdbtk/library/targetselection.ith +++ b/gdb/gdbtk/library/targetselection.ith @@ -66,7 +66,6 @@ class TargetSelection { method config_dialog {t} method fill_rates {} method fill_targets {} - method get_target_list {} method get_target {name} method help {} method _init {} @@ -88,6 +87,7 @@ class TargetSelection { method constructor {args} method reconfig {} + proc get_target_list {} proc native_debugging {} proc getname {target name} proc init_target_db {} -- 2.11.0