From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6ADB3858D35; Thu, 3 Aug 2023 19:20:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6ADB3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691090440; bh=j4YJUrdYyu6Q5cYfs9/i4YSFEV36tOOx/CaZIxe47Xs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JP29sdq38g0LuwMTiprjmq1KHzpTiFVOs5k5uLd6GDjyKWhbKzAMy/IuJrs3DoRM7 p4r8S2pRgfOgiecJf6rFhzXbrOCpUbYNylnD4rTRFnkM8Zln8dspbvDR87MBv5KdIm ryjY0DnVJ8eoM5V70wI9zVPZva/k4PpNjtASJ0NU= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug c++/30556] printing the std::string array fails: {Python Exception : There is no member or method named __short_mask. Date: Thu, 03 Aug 2023 19:20:40 +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: simon.marchi at polymtl dot ca X-Bugzilla-Status: WAITING 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=3D30556 Simon Marchi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon.marchi at polymtl do= t ca --- Comment #8 from Simon Marchi --- (In reply to yuri from comment #7) > So gdb does refer to '__short_mask' in the file > /usr/local/share/libcxx-gdbpy/libcxx/printers.py that it installs. That file is installed (and maintained) by libcxx: https://github.com/llvm-mirror/libcxx/blob/master/utils/gdb/libcxx/printers= .py --=20 You are receiving this mail because: You are on the CC list for the bug.=