From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 997D53858424; Fri, 17 Nov 2023 14:19:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 997D53858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700230775; bh=G2+HVwu/CdLHz01bI6oE9Zg/NAwjEJa0JFKRQh0KhnQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kvwVO8mJq7oDgP9I2BQHbWsKGbdl/xrqoOxwm6NURJZQQndgb4/5we+mxPYb1xqFK O2+axaVmKh8q8E5DCYVM8IBXabC9sQcDWKdto5Yaq4QsYsUzAfj0P9CJpyDI+9Zfq7 gW61AeAKNk+n3ktQ5cIX5YwPJffDQZqbwRX5/uHo= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30475] Implement StackFrameFormat Date: Fri, 17 Nov 2023 14:19:35 +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: enhancement 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=3D30475 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The gdb-14-branch branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D45b2be661868= f7e2b3628285362e699cb6e09266 commit 45b2be661868f7e2b3628285362e699cb6e09266 Author: Tom Tromey Date: Fri Oct 6 13:40:39 2023 -0600 Handle StackFrameFormat in DAP DAP specifies a StackFrameFormat object that can be used to change how the "name" part of a stack frame is constructed. While this output can already be done in a nicer way (and also letting the client choose the formatting), nevertheless it is in the spec, so I figured I'd implement it. While implementing this, I discovered that the current code does not correctly preserve frame IDs across requests. I rewrote frame iteration to preserve this, and it turned out to be simpler to combine these patches. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30475 (cherry picked from commit 1920148904fe5ca0035c1addf2376f9ab13ffd3d) --=20 You are receiving this mail because: You are on the CC list for the bug.=