* 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.
This commit is contained in:
Ulrich Weigand 2011-08-12 15:54:35 +00:00
parent 73c4877b17
commit 5d0bb2fbbc
5 changed files with 7 additions and 20 deletions

View 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...

View File

@ -18,11 +18,6 @@
# 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"

View File

@ -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=mi"

View File

@ -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"

View 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}