aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.server
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2012-08-01 13:07:51 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2012-08-01 13:07:51 +0000
commit4f6650997aab7ef82b88b1ca29450002473a0ad2 (patch)
treeaabc88ec4b7f1b28419e0038d1153a7fdfc983f0 /gdb/testsuite/gdb.server
parentb62e2b271b25eafdafdb3bafd654bf69b72b6c95 (diff)
downloadgdb-4f6650997aab7ef82b88b1ca29450002473a0ad2.zip
gdb-4f6650997aab7ef82b88b1ca29450002473a0ad2.tar.gz
gdb-4f6650997aab7ef82b88b1ca29450002473a0ad2.tar.bz2
* gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
* gdb.base/ctxobj.exp: Call gdb_load_shlibs. * gdb.base/print-file-var.exp: Likewise. * gdb.server/solib-list.exp: Skip on remote targets.
Diffstat (limited to 'gdb/testsuite/gdb.server')
-rw-r--r--gdb/testsuite/gdb.server/solib-list.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.server/solib-list.exp b/gdb/testsuite/gdb.server/solib-list.exp
index fc54006..7fbfefc 100644
--- a/gdb/testsuite/gdb.server/solib-list.exp
+++ b/gdb/testsuite/gdb.server/solib-list.exp
@@ -27,6 +27,12 @@ if {[skip_gdbserver_tests] || [skip_shlib_tests]} {
return
}
+# This test case (currently) does not support remote targets, since it
+# assumes the ELF interpreter can be found on the host system
+if [is_remote target] then {
+ return
+}
+
standard_testfile solib-list-main.c
set srclibfile ${testfile}-lib.c
set binlibfile [standard_output_file ${testfile}.so]