From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 272E63857737; Mon, 10 Jul 2023 19:18:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 272E63857737 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689016702; bh=V1SVL1xxER2XB4w+BSoGvAY7M/0IYtJkdDjwAwfm5lk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TGkTnS3Q1NYAmX8nTemEzMmUwxdhxmuu4Ncp/MtddqnP+ZszByTWgJr2ldhIlbeWm qNtz81gAu3HAD/4Q2iG2PuSyNcQLTl8M9DNdVC4kVD7tb9MT3CqDU5TNV6dx0vR1G3 SWwG9YoeHSwYOTza0H/D2dARqPiIssR+wCR7ne3E= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30468] DAP stack trace should use frame filters Date: Mon, 10 Jul 2023 19:18:21 +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=3D30468 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5b86f10883d3= 7e46aeeafa2818e227737d068dff commit 5b86f10883d37e46aeeafa2818e227737d068dff Author: Tom Tromey Date: Wed Jun 14 06:09:23 2023 -0600 Reimplement DAP stack traces using frame filters This reimplements DAP stack traces using frame filters. This slightly simplifies the code, because frame filters and DAP were already doing some similar work. This also renames RegisterReference and ScopeReference to make it clear that these are private (and so changes don't have to worry about other files). Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30468 --=20 You are receiving this mail because: You are on the CC list for the bug.=