aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace/signal.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.trace/signal.exp')
-rw-r--r--gdb/testsuite/gdb.trace/signal.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.trace/signal.exp b/gdb/testsuite/gdb.trace/signal.exp
index b860b12..a01ca97 100644
--- a/gdb/testsuite/gdb.trace/signal.exp
+++ b/gdb/testsuite/gdb.trace/signal.exp
@@ -28,6 +28,11 @@
load_lib "trace-support.exp"
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping signal.exp because of nosignals."
+ return -1
+}
+
standard_testfile
if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {