test suite update - gdb.base/s*
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / siginfo-addr.exp
index a56d136025f9d96e415b1045f091148c5d8980cf..021d5d188690e578a3a158b73552362ce61798e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007-2012 Free Software Foundation, Inc.
+# Copyright 2004-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
@@ -30,30 +30,18 @@ if [gdb_skip_stdio_test "siginfo-addr.exp"] {
     continue
 }
 
-if $tracelevel then {
-    strace $tracelevel
-}
-
 
-set testfile siginfo-addr
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
-if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
+standard_testfile
+if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
     untested "Couldn't compile ${srcfile}.c"
     return -1
 }
 
-# get things started
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
-
 gdb_test "display/i \$pc"
 
 # Advance to main
 if { ![runto_main] } then {
-    gdb_suppress_tests;
+    gdb_suppress_tests
 }
 
 # Run to the signal.
This page took 0.026746 seconds and 4 git commands to generate.