From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12FE2385842A; Tue, 26 Sep 2023 15:30:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12FE2385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695742226; bh=Cn7MV+WMD9oy1lc92f+bmQbVFIL79F13of2+C8L4gMM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MJdWGY065kDeqNWsEUFbtFqWSevVzUsS1t515SbBJ0NXc3wU9lv1k0jOX5fDuyVD1 tNaUyJQSRK5xYa+qSuyMwVybbgT01QS9d0qd0aFt2/DWa4QXwtLgeyQAUDk8NsfNko 9llxaI36UJUW6SCu3M/kGDQ0p8m3u3d37GC1Tm5g= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug python/30816] [meta] Pretty-printing v2 Date: Tue, 26 Sep 2023 15:30:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python 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=3D30816 --- Comment #7 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=3Dfb282576998c= a7ce70526dea42d41a7f418879c9 commit fb282576998ca7ce70526dea42d41a7f418879c9 Author: Tom Tromey Date: Thu Sep 7 13:40:29 2023 -0600 Introduce gdb.ValuePrinter There was an earlier thread about adding new methods to pretty-printers: https://sourceware.org/pipermail/gdb-patches/2023-June/200503.html We've known about the need for printer extensibility for a while, but have been hampered by backward-compatibilty concerns: gdb never documented that printers might acquire new methods, and so existing printers may have attribute name clashes. To solve this problem, this patch adds a new pretty-printer tag class that signals to gdb that the printer follows new extensibility rules. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30816 Reviewed-By: Eli Zaretskii --=20 You are receiving this mail because: You are on the CC list for the bug.=