2010-10-20 Michael Snyder <msnyder@vmware.com>

* gdb.threads/fork-child-threads.exp: Don't run on remote target.
This commit is contained in:
Michael Snyder 2010-10-20 23:58:07 +00:00
parent a12792a832
commit cd017491ca
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-20 Michael Snyder <msnyder@vmware.com>
* gdb.threads/fork-child-threads.exp: Don't run on remote target.
2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
* gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.

View File

@ -18,6 +18,10 @@ if { ! [istarget "*-*-linux*"] } {
return 0
}
if { [is_remote target] || ![isnative] } then {
return 0
}
set testfile fork-child-threads
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}