2002-04-24 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 24 Apr 2002 22:11:28 +0000 (22:11 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 24 Apr 2002 22:11:28 +0000 (22:11 +0000)
        * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/linux-dp.exp

index 9226881d63bf522e7041104dd1c6b68e42bb7429..2b3954f149fc37a5fe0d8169a3b8f8e21aa3b124 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
+
 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdb.base/help.exp: Change 'help status' to allow for target
index 0f1b26a5038ca9ae8b2d06b840383ca95380d697..67ed122d10382544a72b249e55a874e3e3bee07c 100644 (file)
@@ -214,7 +214,8 @@ proc check_philosopher_stack {thread seen_name} {
 }
 
 set any_interesting 0
-array unset seen
+array set seen {}
+unset seen
 for {set i 1} {$i <= 7} {incr i} {
     if [check_philosopher_stack $i seen] {
        set any_interesting 1
This page took 0.039233 seconds and 4 git commands to generate.