diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:59:59 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:59:59 +0000 |
commit | 11315ae03c2dce34c8c3b840eaa1109b0011c99f (patch) | |
tree | b2ee603ccffd3888b291f5affe9cb5e411d8f397 /gdb/testsuite/gdb.threads/linux-dp.exp | |
parent | 0547eeed14bf30f5777ce334f51b400269c3bbac (diff) | |
download | binutils-11315ae03c2dce34c8c3b840eaa1109b0011c99f.zip binutils-11315ae03c2dce34c8c3b840eaa1109b0011c99f.tar.gz binutils-11315ae03c2dce34c8c3b840eaa1109b0011c99f.tar.bz2 |
* 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/linux-dp.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/linux-dp.exp | 1 |
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 38f78ef..ca65d10 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" |