* gdb.threads/pthreads.exp: Enable on non-native configurations.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Aug 2011 15:54:35 +0000 (15:54 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Aug 2011 15:54:35 +0000 (15:54 +0000)
* gdb.mi/mi-pthreads.exp: Likewise.
* gdb.mi/mi2-pthreads.exp: Likewise.
* gdb.mi/gdb669.exp.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/gdb669.exp
gdb/testsuite/gdb.mi/mi-pthreads.exp
gdb/testsuite/gdb.mi/mi2-pthreads.exp
gdb/testsuite/gdb.threads/pthreads.exp

index d43c42a..6fa8048 100644 (file)
@@ -1,3 +1,10 @@
+2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * 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.
+
 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
 
        * lib/mi-support.exp (detect_async): Rename to...
index 525fb4a..05268ff 100644 (file)
 # command "info threads" and the MI command "-thread-list-ids"
 # return different threads in the system.
 
-# This only works with native configurations
-if {![isnative]} {
-  return
-}
-
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 
index 6021d68..85486d7 100644 (file)
 # 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=mi"
 
index 9588fd3..e365763 100644 (file)
 # 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"
 
index 8138394..cbc4525 100644 (file)
@@ -21,11 +21,6 @@ if $tracelevel then {
 }
 
 
-# This only works with native configurations
-if ![isnative] then {
-    return
-}
-
 set testfile "pthreads"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}