diff options
| author | Yao Qi <yao@codesourcery.com> | 2011-07-18 04:14:21 +0000 |
|---|---|---|
| committer | Yao Qi <yao@codesourcery.com> | 2011-07-18 04:14:21 +0000 |
| commit | d5b4a7be2c2c884a4e2d752c1055efd164bc8067 (patch) | |
| tree | c23e738324610dbe28edfa514d3a3556ac1af173 /gdb/testsuite/gdb.python | |
| parent | b12c3949ab61956ea84e1b395a8d7ac0e1815267 (diff) | |
| download | ppe42-binutils-d5b4a7be2c2c884a4e2d752c1055efd164bc8067.tar.gz ppe42-binutils-d5b4a7be2c2c884a4e2d752c1055efd164bc8067.zip | |
gdb/testsuite/
* gdb.base/async-shell.exp: Skip test if displaced stepping is not
supported.
* gdb.mi/mi-nonstop-exit.exp: Likewise.
* gdb.mi/mi-nonstop.exp: Likewise.
* gdb.mi/mi-ns-stale-regcache.exp: Likewise.
* gdb.mi/mi-nsintrall.exp: Likewise.
* gdb.mi/mi-nsmoribund.exp: Likewise.
* gdb.mi/mi-nsthrexec.exp: Likewise.
* gdb.python/py-evthreads.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.python')
| -rw-r--r-- | gdb/testsuite/gdb.python/py-evthreads.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp index 097d1529ab..c4019439ed 100644 --- a/gdb/testsuite/gdb.python/py-evthreads.exp +++ b/gdb/testsuite/gdb.python/py-evthreads.exp @@ -22,6 +22,11 @@ if $tracelevel then { strace $tracelevel } +if { ![support_displaced_stepping] } { + unsupported "displaced stepping" + return -1 +} + load_lib gdb-python.exp set testfile "py-evthreads" |

