From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98EBC3858D28; Tue, 6 Feb 2024 00:30:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98EBC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707179442; bh=xEMAywpxqEwYkfsuRZiCcVOHAgdZPlinmDx8MQDPLlo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OzKxlK5Oj4SK2KvjkcWtNw81TjN/yQO4zs08gC6MGviR/Q3H+xc3PW9bMcyDdPM1A ScW+9fICKIS34X0Byvjjv6mFLEBIf8rSutAICY+jRTawpxB5a4trwxPkdkUq9vQzgG 09XCvY0JU19A2ePWyF7HmCTxiN79J5/NpwUlSNJ0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/31342] Printer for std::string fails: Python Exception : There is no member or method named __short_mask. Date: Tue, 06 Feb 2024 00:30:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey 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: 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=3D31342 --- Comment #3 from Tom Tromey --- (In reply to yuri from comment #2) > Who maintains pretty-printers? > Don't pretty-printers get shipped as part of gdb? No, part of the design is that the printers themselves are shipped alongside the code they work with.=20 So, for example, the libstdc++ printers are all maintained in the GCC source tree. This way, if libstdc++ changes, the printers can change at the same time, and gdb doesn't need to be modified. --=20 You are receiving this mail because: You are on the CC list for the bug.=