projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e43c2
)
gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_with_recursion
author
Simon Marchi
<simon.marchi@polymtl.ca>
Wed, 23 Nov 2022 18:39:50 +0000
(13:39 -0500)
committer
Simon Marchi
<simon.marchi@efficios.com>
Thu, 24 Nov 2022 15:22:40 +0000
(10:22 -0500)
This one is already in a proc, just make the proc use proc_with_prefix,
for consistency.
Change-Id: I313ecf5097ff04526c29396529baeba84e37df5a
Approved-By: Kevin Buettner <kevinb@redhat.com>
gdb/testsuite/gdb.base/break.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.base/break.exp
b/gdb/testsuite/gdb.base/break.exp
index 7e410b4adeec8cf6928a59a9339fbc0c1cb71dbb..a888de8e27154e35a759018ea8b024197b659369 100644
(file)
--- a/
gdb/testsuite/gdb.base/break.exp
+++ b/
gdb/testsuite/gdb.base/break.exp
@@
-692,7
+692,7
@@
gdb_test_multiple "finish" "finish from outermost frame disallowed" {
# Test "next" over recursive function call.
#
-proc
test_next_with_recursion {} {
+proc
_with_prefix test_next_with_recursion {} {
global gdb_prompt
global decimal
global binfile