Switch the license of all .exp files to GPLv3.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sigstep.exp
index 6addca7ebda7281b3bc726b076a1865dca4c89e1..c7c896a40320f45737bb96300706619983ddc246 100644 (file)
@@ -1,18 +1,17 @@
-# Copyright 2004 Free Software Foundation, Inc.
+# Copyright 2004, 2005, 2006, 2007 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 # The program sigstep.c creates a very simple backtrace containing one
@@ -38,7 +37,7 @@ set testfile sigstep
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "Couldn't compile ${module}.c"
+    untested "Couldn't compile ${srcfile}.c"
     return -1
 }
 
@@ -79,6 +78,10 @@ proc advance { i } {
 
     set test "$prefix; leave handler"
     gdb_test_multiple "$i" "${test}" {
+       -re "Could not insert single-step breakpoint.*$gdb_prompt $" {
+           setup_kfail "sparc*-*-openbsd*" gdb/1736
+           fail "$test (could not insert single-step breakpoint)"
+       }
        -re "done = 1;.*${gdb_prompt} $" {
            send_gdb "$i\n"
            exp_continue -continue_timer
@@ -122,6 +125,13 @@ proc advancei { i } {
             fail "$test (could not set breakpoint)"
            return
         }
+       -re "Could not insert single-step breakpoint.*$gdb_prompt $" {
+           setup_kfail "sparc*-*-openbsd*" gdb/1736
+           fail "$test (could not insert single-step breakpoint)"
+       }
+       -re "Breakpoint \[0-9\]*, handler .*${gdb_prompt} $" {
+           fail "$test (hit breakpoint again)"
+       }
        -re "done = 1;.*${gdb_prompt} $" {
            send_gdb "$i\n"
            exp_continue -continue_timer
This page took 0.024242 seconds and 4 git commands to generate.