From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9329 invoked by alias); 8 Sep 2009 19:14:28 -0000 Received: (qmail 9295 invoked by uid 48); 8 Sep 2009 19:14:28 -0000 Date: Tue, 08 Sep 2009 19:14:00 -0000 Message-ID: <20090908191428.9293.qmail@sourceware.org> From: "tromey at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090906130545.10611.noamraph@gmail.com> References: <20090906130545.10611.noamraph@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug mi/10611] MI vars with children in pretty-printer don't get printed correctly X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00226.txt.bz2 ------- Additional Comments From tromey at redhat dot com 2009-09-08 19:14 ------- -var-create x * x ^done,name="x",numchild="0",value="{...}",type="MyInt",thread-id="1",has_more="1" Could you be more specific about what is wrong here? I've looked at it a while and I think it is ok. The has_more=1 is a signal to the MI consumer that this varobj has children. You must use -var-list-children to fetch them. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at sourceware dot|tromey at redhat dot com |org | Status|UNCONFIRMED |ASSIGNED http://sourceware.org/bugzilla/show_bug.cgi?id=10611 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.