]> Git Repo - binutils.git/blobdiff - gdb/testsuite/gdb.base/gdb1090.exp
Update years in copyright notice for the GDB files.
[binutils.git] / gdb / testsuite / gdb.base / gdb1090.exp
index 109851d4ea23da9e9bb94043d951fbd1bd58bbaf..9f693b0e406b2e66fadb8f8d8f61bb14bdb89b37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2003, 2007 Free Software Foundation, Inc.
+# Copyright 2003-2013 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 file is part of the gdb testsuite.
 
-if $tracelevel then {
-        strace $tracelevel
-        }
-
 #
 # test running programs
 #
-set prms_id 0
-set bug_id 0
 
 set testfile "gdb1090"
 set srcfile ${testfile}.c
@@ -42,14 +36,15 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
-if ![runto marker] then {
-    perror "couldn't run to breakpoint"
-    continue
-} 
-gdb_test "up" ".*foo.*" "up from marker"
+if ![runto_main] then {
+    fail "Can't run to main"
+    return 1
+}
+
+gdb_breakpoint [gdb_get_line_number "break-here"]
+gdb_continue_to_breakpoint "break-here" ".* break-here .*"
 
-send_gdb "print s24\n"
-gdb_expect {
+gdb_test_multiple "print s24" "print s24" {
     -re "\\\$\[0-9\]* = \\{field_0 = 1170, field_1 = 64701\\}\r\n$gdb_prompt $" {
        pass "print s24"
     }
@@ -58,10 +53,4 @@ gdb_expect {
        # gdb cannot find the second register and prints garbage.
        kfail "gdb/1090" "print s24"
     }
-    -re ".*$gdb_prompt $" {
-       fail "print s24"
-    }
-    timeout {
-       fail "print s24 (timeout)"
-    }
 }
This page took 0.030533 seconds and 4 git commands to generate.