* gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 8 Mar 2007 17:59:13 +0000 (17:59 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 8 Mar 2007 17:59:13 +0000 (17:59 +0000)
in target_info.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/relativedebug.exp

index 5597bc34cf23a5cfcb51ec15c2c29c29c5ed0d24..acb5c04e1e44f019597769ed31076a968a53fcfa 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
+       in target_info.
+
 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
 
        * gdb.threads/manythreads.exp: Use $message string for 
index d686fbe84ab9a52b70294fa6a9eb461d75e88686..1d9a5f8ce295f1f6db159513660a904bbbb48649 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
+if [target_info exists gdb,nosignals] {
+    verbose "Skipping relativedebug.exp because of nosignals."
+    continue
+}
+
 if $tracelevel then {
     strace $tracelevel
 }
This page took 0.050952 seconds and 4 git commands to generate.