From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id 0A0E13830B13; Thu, 24 Nov 2022 15:23:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A0E13830B13 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669303395; bh=tK9FJ6sLdOzlj9ImK2/OZ0onTECFDvihJWtzhbe+cGk=; h=From:To:Subject:Date:From; b=IKid62ZvX08PlYGXsttoPvnBG+9umHbXnIl6EgRsZ48XP7zeLA6U5xJ/9Xs5PdrdB Za6umfDkTillNxjIkJi6S9TfjPwNqczew/wsYmZ6XtPOdh3Qhrr99IYLRjKgowXwBP zGcUngJBKXnJu0L8Pcf1LMac9cVXDPZAjoqt6jts= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_with_recursion X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: 01e43c20bb7f8bf7a8ba4d416dca62d1ad7d3a7b X-Git-Newrev: 13375d621e8c10f81afebbb986405ce21b049bb1 Message-Id: <20221124152315.0A0E13830B13@sourceware.org> Date: Thu, 24 Nov 2022 15:23:15 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D13375d621e8c= 10f81afebbb986405ce21b049bb1 commit 13375d621e8c10f81afebbb986405ce21b049bb1 Author: Simon Marchi Date: Wed Nov 23 13:39:50 2022 -0500 gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_wi= th_recursion =20 This one is already in a proc, just make the proc use proc_with_prefix, for consistency. =20 Change-Id: I313ecf5097ff04526c29396529baeba84e37df5a Approved-By: Kevin Buettner Diff: --- gdb/testsuite/gdb.base/break.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.base/break.exp b/gdb/testsuite/gdb.base/brea= k.exp index 7e410b4adee..a888de8e271 100644 --- 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. # =20 -proc test_next_with_recursion {} {=20 +proc_with_prefix test_next_with_recursion {} { global gdb_prompt global decimal global binfile