2011-06-23 Yao Qi <yao@codesourcery.com>
* gdb.threads/execl.exp: Skip on remote target.
This commit is contained in:
parent
5393d7415a
commit
615556d61e
|
@ -1,3 +1,7 @@
|
|||
2011-06-23 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.threads/execl.exp: Skip on remote target.
|
||||
|
||||
2011-06-21 Marek Polacek <mpolacek@redhat.com>
|
||||
|
||||
* gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
# Test handling of threads across an execl.
|
||||
|
||||
if { [is_remote target] } then {
|
||||
continue
|
||||
}
|
||||
|
||||
# Original image, loads a thread library.
|
||||
set testfile "execl"
|
||||
|
|
Loading…
Reference in New Issue