From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 330E23858C30; Thu, 3 Aug 2023 18:43:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 330E23858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691088233; bh=rYO7JW4lQuPVPBwNFjhgDhE0A9qBsszVI+kKdmO1sOI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RgPhSuUNsaiQ2/bxno1ktERMWxkFOsLLD4iJu/vTxArEUbcZz8g4zHvcpEGPpZBCE BCH0bgj5xV5z8BesA12MSL9XPxFd6Z8pQOsetz6pd1+OPmCP01qZ6ChDpGctBJE48l kvZSR6ItdCE+HJOdN8VqdQUQb6cmuyP8QVWIoGfA= From: "yuri at tsoft dot com" 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 18:43:52 +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: yuri at tsoft dot com 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: 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 --- Comment #5 from yuri at tsoft dot com --- (gdb) set python print-stack full (gdb) p colourData $2 =3D {Traceback (most recent call last): File "/usr/local/share/libcxx-gdbpy/libcxx/printers.py", line 310, in to_string is_long =3D (r_first['__s']['__size_'] & self.val['__short_mask']) !=3D= 0 gdb.error: There is no member or method named __short_mask. , Traceback (most recent call last): File "/usr/local/share/libcxx-gdbpy/libcxx/printers.py", line 310, in to_string is_long =3D (r_first['__s']['__size_'] & self.val['__short_mask']) !=3D= 0 gdb.error: There is no member or method named __short_mask. } (gdb) --=20 You are receiving this mail because: You are on the CC list for the bug.=