From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9ABC33858D35; Mon, 5 Feb 2024 23:34:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9ABC33858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707176064; bh=RH1qBP4RxGHEkUQSC5qVxbxT0abnz/nuwhj0C4Cigm0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pe6cRHgSMXMeUSzb0oiW4vwyKsUhCMxZJTF1l8jgHi6kVu3GOONxHn533WdK0ZzmB DEv2aMM0T8g67kSJahwBDEDxbej21R8ZGJxxioPoal820yvFiXlESD+fd2BhjCRIH4 HWHFW8iETTlgB8vWtV0z1V2NGigf78COicKOSMGA= 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: Mon, 05 Feb 2024 23:34:24 +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: 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=3D31342 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- While there could be a gdb bug here, normally this sort of thing should first be reported to whoever maintains the pretty-printers. The code that is doing this lookup isn't part of gdb. I'm going to guess it is part of libc++, since "short_mask" doesn't seem to appear in libstdc++, but I am not actually sure. --=20 You are receiving this mail because: You are on the CC list for the bug.=