summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2012-08-02 15:59:59 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2012-08-02 15:59:59 +0000
commit7d8593e1e8a7effa576bd746a41078d3557b667d (patch)
tree01de3270513697f9307a81d9bcfdecd8e950d3f8 /gdb/testsuite/gdb.threads
parent2c0d8392efb75e96b914c6f5b338ab77c65fcbbe (diff)
downloadgdb-7d8593e1e8a7effa576bd746a41078d3557b667d.tar.gz
* gdb.base/annota1.exp: Accept no frames-invalid notification
when starting up the program. * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may show a symbolic value as well. * gdb.server/server-exec-info.exp: Skip test when skipping gdbserver test and/or when skipping shared library tests. * gdb.threads/linux-dp.exp: Unset "seen" when done with it to avoid name conflicts with other tests.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r--gdb/testsuite/gdb.threads/linux-dp.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp
index 38f78efb6da..ca65d10e67b 100644
--- a/gdb/testsuite/gdb.threads/linux-dp.exp
+++ b/gdb/testsuite/gdb.threads/linux-dp.exp
@@ -342,6 +342,7 @@ for {set i 1} {$i <= $nthreads} {incr i} {
set any_interesting 1
}
}
+unset seen
if {$any_interesting} {
pass "found an interesting thread"