diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-08-12 15:54:35 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-08-12 15:54:35 +0000 |
commit | 5d0bb2fbbca461e1b3041111378c962949c05050 (patch) | |
tree | 966ce4500be6556e6b3e1e687f14f9fa79450277 /gdb/testsuite/gdb.mi/mi2-pthreads.exp | |
parent | 73c4877b17e64e87ebbce3171d7e7b11c55ddb8d (diff) | |
download | binutils-5d0bb2fbbca461e1b3041111378c962949c05050.zip binutils-5d0bb2fbbca461e1b3041111378c962949c05050.tar.gz binutils-5d0bb2fbbca461e1b3041111378c962949c05050.tar.bz2 |
* gdb.threads/pthreads.exp: Enable on non-native configurations.
* gdb.mi/mi-pthreads.exp: Likewise.
* gdb.mi/mi2-pthreads.exp: Likewise.
* gdb.mi/gdb669.exp.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi2-pthreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi2-pthreads.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.mi/mi2-pthreads.exp b/gdb/testsuite/gdb.mi/mi2-pthreads.exp index 9588fd3..e365763 100644 --- a/gdb/testsuite/gdb.mi/mi2-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi2-pthreads.exp @@ -20,11 +20,6 @@ # via these command pathways are properly executed. Console commands # executed via MI should use MI output wrappers, MI event handlers, etc. -# This only works with native configurations -if {![isnative]} { - return -} - load_lib mi-support.exp set MIFLAGS "-i=mi2" |