Fix solib-display.exp remote check
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 4 May 2016 13:27:34 +0000 (09:27 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 4 May 2016 13:29:28 +0000 (09:29 -0400)
commit02e370d94ee3abc6f910602e79c6d4515d9c720d
treed3812c77b996b2f523b17dba27bc788f33d744f3
parent8929ad8bbca9a8b036eba0397992d6f3b4d1966b
Fix solib-display.exp remote check

This test currently uses [is_remote target] to check if the test is
supported.  This is not quite correct, as the limitation is actually
that it requires support for "running", ruling out stub-like targets.
Therefore, it should check for use_gdb_stub.

This has no visible effect right now, but it will once we make the
native-gdbserver board non-dejagnu-remote.

gdb/testsuite/ChangeLog:

* gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
of [is_remote target],
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-display.exp
This page took 0.024876 seconds and 4 git commands to generate.