From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39E623858D32; Sat, 28 Jan 2023 20:00:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39E623858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674936027; bh=vz5DsZqc0L+NEuaZHh3b4saMzwHptaS9IQ6tssyROcY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PVo867/zJbmMT9ph6NVuIvSwM32lRdL0mvHJJqqScVzYsGXw32XTurx2b5RDxf2wr zxoqy1Tc72TSbepKMs/m7g9pBlco8BpuBXtsNjbjeTelbChDyMPrxFTOlZwL/OSeD3 LBH2PfQFv2O5lgYzvDbc9I0jYloxp9kc6XIwlX2Q= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/30057] Pretty printing doesn't seem to happen for static members Date: Sat, 28 Jan 2023 20:00:26 +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: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D30057 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #3 from Hannes Domani --- With gdb-8.1.1 everything is output as expected (including member variable = d). And with gdb-8.2.1 onward I can reproduce the behavior of this bug report. So both the output, and the missing pretty printing of static members, start with 8.2.1. --=20 You are receiving this mail because: You are on the CC list for the bug.=