Make gdb_load_shlibs return the destination path of the library
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / remotetimeout.exp
index e6661b471bba94709f25d3e56eaa3bc13a43cdd7..87080a07d3d0baeb616bdd2113efb7785a0ce958 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 2004-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 # This is a test for the gdb invocation option -l.
 
-if $tracelevel then {
-    strace $tracelevel
-}
-
 
 global GDBFLAGS
 
-# Skip test if target does not support argument passing.
-if [target_info exists noargs] {
-    return;
-}
-
 #
 # Test that -l is processed correctly.
 #
 set old_gdbflags $GDBFLAGS
-set GDBFLAGS "-l 42"
+set GDBFLAGS "$GDBFLAGS -l 42"
 gdb_exit
 gdb_start
 gdb_test "show remotetimeout" \
This page took 0.024389 seconds and 4 git commands to generate.