| Index: gdb/testsuite/gdb.gdb/complaints.exp
|
| diff --git a/gdb/testsuite/gdb.gdb/complaints.exp b/gdb/testsuite/gdb.gdb/complaints.exp
|
| index adaa47d9729eeb92b02e1bf321ab65f4c18494d8..97a327002f2045c7448ac52e7bf7fe10b70e128d 100644
|
| --- a/gdb/testsuite/gdb.gdb/complaints.exp
|
| +++ b/gdb/testsuite/gdb.gdb/complaints.exp
|
| @@ -17,16 +17,17 @@
|
| # derived from xfullpath.exp (written by Joel Brobecker), derived from
|
| # selftest.exp (written by Rob Savoye).
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| # are we on a target board
|
| if { [is_remote target] || ![isnative] } then {
|
| return
|
| }
|
|
|
| +if [target_info exists gdb,noinferiorio] {
|
| + verbose "Skipping because of no inferiorio capabilities."
|
| + return
|
| +}
|
| +
|
| proc setup_test { executable } {
|
| global gdb_prompt
|
| global timeout
|
|
|