summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.reverse/until-precsave.exp
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2014-11-14 16:45:41 +0000
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-11-17 10:26:30 +0100
commitdc7e1a77a4d3fb8c636628af674327ba20c736b6 (patch)
treeb875e743ab56290eb3335c98dd63e65514b1eb75 /gdb/testsuite/gdb.reverse/until-precsave.exp
parent43968415b0025fa8e1fa5c813e53e87ae392e977 (diff)
downloadbinutils-gdb-dc7e1a77a4d3fb8c636628af674327ba20c736b6.tar.gz
Drop remaining references to removed source lines in break1.c and ur1.c
In some .exp files it was missed to remove the references to eye-catchers like "set breakpoint 9 here" when the non-prototype function header variants they belonged to were deleted. This patch cleans this up. gdb/testsuite/ChangeLog: * gdb.base/condbreak.exp: Drop references to removed non-prototype function header variants in break1.c. * gdb.base/ena-dis-br.exp: Likewise. * gdb.base/hbreak2.exp: Likewise. * gdb.reverse/until-precsave.exp: Drop references to removed non-prototype function header variants in ur1.c. * gdb.reverse/until-reverse.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.reverse/until-precsave.exp')
-rw-r--r--gdb/testsuite/gdb.reverse/until-precsave.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.reverse/until-precsave.exp b/gdb/testsuite/gdb.reverse/until-precsave.exp
index db643fa6306..b8a74aeb255 100644
--- a/gdb/testsuite/gdb.reverse/until-precsave.exp
+++ b/gdb/testsuite/gdb.reverse/until-precsave.exp
@@ -31,7 +31,7 @@ if { [prepare_for_testing $testfile.exp $testfile \
set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
set bp_location7 [gdb_get_line_number "set breakpoint 7 here"]
-set bp_location9 [gdb_get_line_number "set breakpoint 9 here" "$srcfile2"]
+set bp_location8 [gdb_get_line_number "set breakpoint 8 here" "$srcfile2"]
set bp_location19 [gdb_get_line_number "set breakpoint 19 here"]
set bp_location20 [gdb_get_line_number "set breakpoint 20 here"]
set bp_location21 [gdb_get_line_number "set breakpoint 21 here"]
@@ -102,7 +102,7 @@ gdb_test "finish" \
# Advance to a function called by main (marker2)
#
gdb_test "advance marker2" \
- "marker2 .a=43.*$srcfile2:$bp_location9.*" \
+ "marker2 .a=43.*$srcfile2:$bp_location8.*" \
"advance to marker2"
# Now issue an until with another function, not called by the current
@@ -133,7 +133,7 @@ gdb_test_no_output "set exec-dir reverse" "set reverse execution"
#
gdb_test "advance marker2" \
- "marker2 .a=43.*$srcfile2:$bp_location9.*" \
+ "marker2 .a=43.*$srcfile2:$bp_location8.*" \
"reverse-advance to marker2"
# Finish out to main scope (backward)