2002-04-24 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
This commit is contained in:
parent
32872fa78e
commit
6ff9af88cb
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2002-04-23 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
* gdb.base/help.exp: Change 'help status' to allow for target
|
* gdb.base/help.exp: Change 'help status' to allow for target
|
||||||
|
|
|
@ -214,7 +214,8 @@ proc check_philosopher_stack {thread seen_name} {
|
||||||
}
|
}
|
||||||
|
|
||||||
set any_interesting 0
|
set any_interesting 0
|
||||||
array unset seen
|
array set seen {}
|
||||||
|
unset seen
|
||||||
for {set i 1} {$i <= 7} {incr i} {
|
for {set i 1} {$i <= 7} {incr i} {
|
||||||
if [check_philosopher_stack $i seen] {
|
if [check_philosopher_stack $i seen] {
|
||||||
set any_interesting 1
|
set any_interesting 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue