mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 09:33:44 +08:00
* gdb.threads/watchthreads.exp: Change to obtain consistent output.
This commit is contained in:
parent
6ffbb7abe4
commit
793b0ff8d7
@ -1,3 +1,7 @@
|
||||
2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* gdb.threads/watchthreads.exp: Change to obtain consistent output.
|
||||
|
||||
2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
PR stabs/11479.
|
||||
|
@ -130,10 +130,10 @@ for {set i 0} {$i < 30} {incr i} {
|
||||
# 10 is chosen so we're guaranteed to come through here.
|
||||
if { $hwwp_2_enabled && $hwwp_3_enabled } {
|
||||
if { $args_0 >= 10 && $hwwp_2_enabled } {
|
||||
gdb_test "disable 2" ""
|
||||
gdb_test "disable 2" "" "disable first watchpoint at 10"
|
||||
set hwwp_2_enabled 0
|
||||
} elseif { $args_1 >= 10 && $hwwp_3_enabled } {
|
||||
gdb_test "disable 3" ""
|
||||
gdb_test "disable 3" "" "disable first watchpoint at 10"
|
||||
set hwwp_3_enabled 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user