From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1572 invoked by alias); 27 Oct 2003 18:28:07 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 1565 invoked from network); 27 Oct 2003 18:28:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Oct 2003 18:28:06 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9RIS6M00870 for ; Mon, 27 Oct 2003 13:28:06 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9RIS6601102; Mon, 27 Oct 2003 13:28:06 -0500 Received: from redhat.com (to-dhcp19.toronto.redhat.com [172.16.14.119]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9RIS56q031254; Mon, 27 Oct 2003 13:28:05 -0500 Message-ID: <3F9D71D6.2030905@redhat.com> Date: Mon, 27 Oct 2003 18:28:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 X-Accept-Language: en-us MIME-Version: 1.0 To: L P CC: insight@sources.redhat.com Subject: Re: Class not displayed in watch window (Bug?) References: <20031026165251.72274.qmail@iname.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q4/txt/msg00060.txt.bz2 L P wrote: > Hello, > I have a class template with 2 parameters of types ( ). > When I put an object of this class into watch window or into local vars window, the name is placed and the line looks like: > Name Value > MyObj class MyClass {...} > and there is no '+' sign for extension. All attempts to click on it do nothing. > > Meanwhile, when I type 'print MyObj' in the console window, I receive a printout of all members of MyClass. > How can I have MyObj be shown in Watch Window? > > A lot of thanks ahead. > That sounds like a varobj bug. Try doing the same thing with MI (which I am very certain will also fail), and then file a bug against gdb/varobj. Keith