mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
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:
@ -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.
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user