From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 80D1B138CC5 for ; Tue, 24 Mar 2015 13:08:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3077EE0973; Tue, 24 Mar 2015 13:08:38 +0000 (UTC) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 278ADE096D for ; Tue, 24 Mar 2015 13:08:37 +0000 (UTC) Received: by obcjt1 with SMTP id jt1so126326492obc.2 for ; Tue, 24 Mar 2015 06:08:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=WV4eTIEW3Tlk2WKp7M8AwRu1pHMZzWUDNp6AIOfKVuw=; b=jWBq2AiEN1QWw/O25AK4Jb5Mpc+apUDPPwMwBgRMRVhjMouL6dX8l/eSr3nFat9mq9 muSXSOpXoX4C7s3z05wYMlumeuSoE+jyUdFKGkMVgJ9fsHq5Im23lkpm5/00CI7OfLFC vEybxWg7ebp1tB3ZuypKedJZcYrcljNkrCbYr8SftxNQJPrM2Sc1mcU6f4UP7/cMUtEk g0I0a2TTq8NcH2YXSsoszAgCgE76utw5zN0cBktidaOoxvsj9gVvD5gK7BFDpKDU4RWp t+ufDzCd8eJJ7HGIeu+LiLu3UgJUr1Bsx+5igfQ4TMV5Y5rXmItpo8xhsAvEkAtwlSyG SrpA== X-Received: by 10.60.160.236 with SMTP id xn12mr3231364oeb.53.1427202516452; Tue, 24 Mar 2015 06:08:36 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.60.31.175 with HTTP; Tue, 24 Mar 2015 06:07:56 -0700 (PDT) From: Francisco Ares Date: Tue, 24 Mar 2015 10:07:56 -0300 Message-ID: Subject: [gentoo-user] [OFF TOPIC] Qt Creator unable to access containers in debug mode To: gentoo-user Content-Type: multipart/alternative; boundary=089e011603e4040a780512087b73 X-Archives-Salt: 1d262956-cd4c-4c4a-bd16-719ebc0e930d X-Archives-Hash: a1fe4b401b3f0dded2988a7b9f23b227 --089e011603e4040a780512087b73 Content-Type: text/plain; charset=UTF-8 Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place of the expected item quantity for a QList, for instance, but for a std::vector, it works, allowing inspection of all items. Any hints on what I may be doing wrong? The headers are all accessible, for instance. Should I build Qt with debug symbols enabled, as recommended for glibc? Using current Qt 4.8.5, Qt Creator 2.8.1, gdb 7.7.1, gcc 4.8.3 Thanks! Francisco --089e011603e4040a780512087b73 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Recently - but can't figure out= exactly when - Qt Creator has become unable to access Qt containers (where= the STL ones work as expected) on the debug panel.=C2=A0 It shows <not = accessible> in place of the expected item quantity for a QList, for inst= ance, but for a std::vector<std::string>, it works, allowing inspecti= on of all items.

Any hints on what I may be doing = wrong? The headers are all accessible, for instance. Should I build Qt with= debug symbols enabled, as recommended for glibc?

= Using current Qt 4.8.5, Qt Creator 2.8.1, gdb=C2=A07.7.1, gcc=C2=A04.8.3

Thanks!
Francisco
--089e011603e4040a780512087b73--