From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32695 invoked by alias); 11 Apr 2009 18:20:36 -0000 Received: (qmail 32686 invoked by uid 22791); 11 Apr 2009 18:20:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Apr 2009 18:20:30 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3BIKSPF031352; Sat, 11 Apr 2009 14:20:28 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3BIKUrv005354; Sat, 11 Apr 2009 14:20:30 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3BIKRf6002189; Sat, 11 Apr 2009 14:20:28 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n3BIKP8F012204; Sat, 11 Apr 2009 20:20:25 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n3BIKOLA012201; Sat, 11 Apr 2009 20:20:24 +0200 Date: Sat, 11 Apr 2009 18:20:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch] [4/5] Types reference counting [varobj-validation] Message-ID: <20090411182024.GA11583@host0.dyn.jankratochvil.net> References: <20090411102215.GE32624@host0.dyn.jankratochvil.net> <837i1r2zwg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <837i1r2zwg.fsf@gnu.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00216.txt.bz2 On Sat, 11 Apr 2009 13:27:59 +0200, Eli Zaretskii wrote: > > + Call varobj_revalidate after the OBJFILEs updates get finished. > > Thanks. > > Should this be added to gdbint.texinfo? As there is currently no notice of anything varobj related in gdbint and I have no FE developer experience about it --- I know only about varobj code crashes and the GDB testsuite PASSing varobj stuff --- I do not feel confident to write such gdbint section from scratch. Thanks for catching it, though, Jan