Code cleanup.
* gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
and prepare_for_testing.
* gdb.base/store.exp: Likewise.
+2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Code cleanup.
+ * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
+ gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
+ and prepare_for_testing.
+ * gdb.base/store.exp: Likewise.
+
2013-01-25 Tom Tromey <tromey@redhat.com>
* gdb.python/py-explore.exp: Expect the gdb prompt.
# This file was written by Jim Blandy <jimb@cygnus.com>, with
# fragments borrowed from return.exp.
+standard_testfile
+set executable $testfile
-set testfile "restore"
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- untested restore.exp
+if { [prepare_for_testing $testfile.exp $executable $srcfile] } {
return -1
}
}
}
-
-
-# Start with a fresh gdb.
-
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
-
set prev_timeout $timeout
set timeout 30
restore_tests
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# test running programs
-#
+standard_testfile
+set executable $testfile
-set testfile "store"
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- untested store.exp
+if { [prepare_for_testing $testfile.exp $executable $srcfile] } {
return -1
}
return -1;
}
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
-
#
# set it up at a breakpoint so we can play with the variable values
#