OSDN Git Service

2000-03-10 James Ingham <jingham@leda.cygnus.com>
authorjingham <jingham>
Fri, 10 Mar 2000 23:41:46 +0000 (23:41 +0000)
committerjingham <jingham>
Fri, 10 Mar 2000 23:41:46 +0000 (23:41 +0000)
* targetselection.ith (get_target_list): Should be a proc, since
it does nothing instance-specific.

gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/targetselection.ith

index 5224104..9c8e629 100644 (file)
@@ -1,5 +1,8 @@
 2000-03-10  James Ingham  <jingham@leda.cygnus.com>
 
+       * 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...
index 654328f..cc1f5be 100644 (file)
@@ -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 {}