From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E295C3858D38; Fri, 8 Mar 2024 17:56:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E295C3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709920593; bh=sbhWsjXBJ8O3tFSCiXiFwSfOcdbGCfWKmKGo46UpHyc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t5DVysekECfaU8QIOh9qf5HJPsNBZQKcuLCDx5jpb9cyQwjSiVCuSZ5QYVPlL5lMv YsDOw2pM53okpT6S2XorM3259aBkiocoK/YTyJPOMW8KcNQuKNTqnN9dFXO8MqYZcK BWIAjL8Czy0PyLYaetVUmqXgwt2RZ+oBphtMjdCc= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/31341] Add "finish" result to local variables Date: Fri, 08 Mar 2024 17:56:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31341 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2755241d02d7= f129848adb6d76316b8116f346f8 commit 2755241d02d7f129848adb6d76316b8116f346f8 Author: Tom Tromey Date: Mon Feb 12 10:12:26 2024 -0700 Add return value to DAP scope A bug report in the DAP specification repository pointed out that it is typical for DAP implementations to put a function's return value into the outermost scope. This patch changes gdb to follow this convention. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31341 Reviewed-By: K=C3=A9vin Le Gouguec --=20 You are receiving this mail because: You are on the CC list for the bug.=