2015-01-01 13:32:14 +04:00
|
|
|
# Copyright 1998-2015 Free Software Foundation, Inc.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# 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
|
2007-08-23 18:14:19 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 01:35:26 +00:00
|
|
|
# (at your option) any later version.
|
2007-08-23 18:14:19 +00:00
|
|
|
#
|
1999-04-16 01:35:26 +00:00
|
|
|
# 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.
|
2007-08-23 18:14:19 +00:00
|
|
|
#
|
1999-04-16 01:35:26 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-23 18:14:19 +00:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
set prototypes 1
|
|
|
|
|
|
|
|
# build the first test case
|
|
|
|
|
|
|
|
set testfile1 "reread1"
|
|
|
|
set srcfile1 ${testfile1}.c
|
2000-11-17 16:37:48 +00:00
|
|
|
# Cygwin needs $EXEEXT.
|
test suite update - gdb.base/[n-r]
Convert files gdb.base/[n-r]*.exp to use standard_output_file et al.
* gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
gdb.base/pending.exp, gdb.base/permissions.exp,
gdb.base/pie-execl.exp, gdb.base/pointers.exp,
gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
gdb.base/printcmds.exp, gdb.base/prologue.exp,
gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
gdb.base/ptype.exp, gdb.base/randomize.exp,
gdb.base/readline-ask.exp, gdb.base/recpar.exp,
gdb.base/recurse.exp, gdb.base/relativedebug.exp,
gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
standard_testfile, standard_output_file, prepare_for_testing,
clean_restart.
2013-06-27 18:53:49 +00:00
|
|
|
set binfile1 [standard_output_file ${testfile1}$EXEEXT]
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2006-03-07 15:23:33 +00:00
|
|
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" executable {debug nowarnings}] != "" } {
|
2006-08-10 05:27:22 +00:00
|
|
|
untested reread.exp
|
|
|
|
return -1
|
1999-04-16 01:35:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# build the second test case
|
|
|
|
|
|
|
|
set testfile2 "reread2"
|
|
|
|
set srcfile2 ${testfile2}.c
|
test suite update - gdb.base/[n-r]
Convert files gdb.base/[n-r]*.exp to use standard_output_file et al.
* gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
gdb.base/pending.exp, gdb.base/permissions.exp,
gdb.base/pie-execl.exp, gdb.base/pointers.exp,
gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
gdb.base/printcmds.exp, gdb.base/prologue.exp,
gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
gdb.base/ptype.exp, gdb.base/randomize.exp,
gdb.base/readline-ask.exp, gdb.base/recpar.exp,
gdb.base/recurse.exp, gdb.base/relativedebug.exp,
gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
standard_testfile, standard_output_file, prepare_for_testing,
clean_restart.
2013-06-27 18:53:49 +00:00
|
|
|
set binfile2 [standard_output_file ${testfile2}$EXEEXT]
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2011-12-19 22:20:07 +00:00
|
|
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug nowarnings}] != ""
|
|
|
|
&& [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug nowarnings additional_flags=-DNO_SECTIONS}] != ""} {
|
2006-08-10 05:27:22 +00:00
|
|
|
untested reread.exp
|
|
|
|
return -1
|
1999-04-16 01:35:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# Start with a fresh gdb.
|
|
|
|
|
|
|
|
set testfile "reread"
|
test suite update - gdb.base/[n-r]
Convert files gdb.base/[n-r]*.exp to use standard_output_file et al.
* gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
gdb.base/pending.exp, gdb.base/permissions.exp,
gdb.base/pie-execl.exp, gdb.base/pointers.exp,
gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
gdb.base/printcmds.exp, gdb.base/prologue.exp,
gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
gdb.base/ptype.exp, gdb.base/randomize.exp,
gdb.base/readline-ask.exp, gdb.base/recpar.exp,
gdb.base/recurse.exp, gdb.base/relativedebug.exp,
gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
standard_testfile, standard_output_file, prepare_for_testing,
clean_restart.
2013-06-27 18:53:49 +00:00
|
|
|
set binfile [standard_output_file ${testfile}$EXEEXT]
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
gdb_start
|
|
|
|
gdb_reinitialize_dir $srcdir/$subdir
|
|
|
|
|
|
|
|
# Load the first executable.
|
|
|
|
|
2011-05-05 16:29:58 +00:00
|
|
|
gdb_rename_execfile ${binfile1} ${binfile}
|
1999-04-16 01:35:26 +00:00
|
|
|
gdb_load ${binfile}
|
|
|
|
|
|
|
|
# Set a breakpoint at foo
|
|
|
|
|
|
|
|
gdb_test "break foo" \
|
|
|
|
"Breakpoint.*at.* file .*$srcfile1, line 14.*" \
|
|
|
|
"breakpoint foo in first file"
|
|
|
|
|
|
|
|
|
|
|
|
# Run, should see "Breakpoint 1, foo () at hello1.c:14"
|
|
|
|
|
|
|
|
gdb_run_cmd
|
2014-09-12 22:16:31 +01:00
|
|
|
gdb_test "" "Breakpoint.* foo .* at .*$srcfile1:14.*" "run to foo()"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# Restore first executable to its original name, and move
|
|
|
|
# second executable into its place. Ensure that the new
|
2002-01-21 21:57:55 +00:00
|
|
|
# executable is at least a second newer than the old.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2011-05-05 16:29:58 +00:00
|
|
|
gdb_rename_execfile ${binfile} ${binfile1}
|
|
|
|
gdb_rename_execfile ${binfile2} ${binfile}
|
2010-06-08 22:58:03 +00:00
|
|
|
gdb_test "shell sleep 1" ".*" ""
|
2011-05-05 16:29:58 +00:00
|
|
|
gdb_touch_execfile ${binfile}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# Run a second time; GDB should detect that the executable has changed
|
|
|
|
# and reset the breakpoints correctly.
|
|
|
|
# Should see "Breakpoint 1, foo () at reread2.c:9"
|
|
|
|
|
2014-09-12 22:16:31 +01:00
|
|
|
set test "run to foo() second time"
|
2002-02-14 06:25:19 +00:00
|
|
|
if [is_remote target] {
|
2014-09-12 22:16:31 +01:00
|
|
|
unsupported $test
|
2001-02-23 19:04:40 +00:00
|
|
|
} else {
|
|
|
|
gdb_run_cmd
|
2014-09-12 22:16:31 +01:00
|
|
|
gdb_test "" "Breakpoint.* foo .* at .*:9.*" $test
|
1999-04-16 01:35:26 +00:00
|
|
|
}
|
|
|
|
|
2002-01-21 21:57:55 +00:00
|
|
|
|
|
|
|
### Second pass: verify that GDB checks the executable file's
|
|
|
|
### timestamp when the program is *restarted*, not just when it exits.
|
|
|
|
|
2002-02-14 06:25:19 +00:00
|
|
|
if [is_remote target] {
|
2002-01-21 21:57:55 +00:00
|
|
|
unsupported "second pass: GDB should check for changes before running"
|
|
|
|
} else {
|
|
|
|
|
|
|
|
# Put the older executable back in place.
|
2011-05-05 16:29:58 +00:00
|
|
|
gdb_rename_execfile ${binfile} ${binfile2}
|
|
|
|
gdb_rename_execfile ${binfile1} ${binfile}
|
2002-01-21 21:57:55 +00:00
|
|
|
|
|
|
|
# Restart GDB entirely.
|
2014-07-15 17:30:34 +01:00
|
|
|
clean_restart ${binfile}
|
2002-01-21 21:57:55 +00:00
|
|
|
|
|
|
|
# Set a breakpoint on foo and run to it.
|
|
|
|
gdb_test "break foo" \
|
|
|
|
"Breakpoint.*at.* file .*$srcfile1, line 14.*" \
|
|
|
|
"second pass: breakpoint foo in first file"
|
|
|
|
gdb_run_cmd
|
2014-09-12 22:16:31 +01:00
|
|
|
gdb_test "" "Breakpoint.* foo .* at .*$srcfile1:14.*" "second pass: run to foo()"
|
2002-01-21 21:57:55 +00:00
|
|
|
|
|
|
|
# This time, let the program run to completion. If GDB checks the
|
|
|
|
# executable file's timestamp now, it won't notice any change.
|
2011-03-07 16:03:04 +00:00
|
|
|
gdb_continue_to_end "second pass"
|
2002-01-21 21:57:55 +00:00
|
|
|
|
|
|
|
# Now move the newer executable into place, and re-run. GDB
|
|
|
|
# should still notice that the executable file has changed,
|
|
|
|
# and still re-set the breakpoint appropriately.
|
2011-05-05 16:29:58 +00:00
|
|
|
gdb_rename_execfile ${binfile} ${binfile1}
|
|
|
|
gdb_rename_execfile ${binfile2} ${binfile}
|
2002-01-21 21:57:55 +00:00
|
|
|
gdb_run_cmd
|
2014-09-12 22:16:31 +01:00
|
|
|
gdb_test "" "Breakpoint.* foo .* at .*:9.*" "second pass: run to foo() second time"
|
2002-01-21 21:57:55 +00:00
|
|
|
}
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
# End of tests.
|
|
|
|
|
|
|
|
return 0
|