From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0827738582A3; Sat, 12 Nov 2022 17:38:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0827738582A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668274711; bh=bzlcy+W7XbLjNLyf9xPBclo63OPzpk5V/yGy12t2Qyo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Swg+AAOxYBgliKixLLf3eRien7tM0d6pD+A0Jxsel76832Tt2qswv8avFm0Q/ox7w ZN/v770h56VkyvUe/xB7E0eBWu5mepdF9KQknqhpWLhCO30INjlrZgyBDnVGWGxusX FJrHwO2I7Llq7Yq4Vu0TNRrJ26GTIrUKiAUBtnuY= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/16222] add "artificial" flag to ptype Date: Sat, 12 Nov 2022 17:38:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: good-first-bug X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW 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: 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=3D16222 --- Comment #1 from Tom Tromey --- gdb sort of has this specifically for vtables. For "ptype/o" it would also be good to default to showing artificial members, including vtables, because there the goal is to see the layout of the object. --=20 You are receiving this mail because: You are on the CC list for the bug.=