From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5146 invoked by alias); 8 Dec 2006 12:45:35 -0000 Received: (qmail 5138 invoked by uid 22791); 8 Dec 2006 12:45:34 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Dec 2006 12:45:25 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gsf6J-0005pv-7e for gdb-patches@sources.redhat.com; Fri, 08 Dec 2006 13:45:15 +0100 Received: from 73-198.umostel.ru ([82.179.73.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Dec 2006 13:45:15 +0100 Received: from ghost by 73-198.umostel.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Dec 2006 13:45:15 +0100 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: MI/C++/references fixup Date: Fri, 08 Dec 2006 12:45:00 -0000 Message-ID: References: <200611291215.21876.vladimir@codesourcery.com> <17774.7608.862541.696058@kahikatea.snap.net.nz> <200611301031.07625.vladimir@codesourcery.com> <200611291715.05247.vladimir@codesourcery.com> <20061129142435.GD29365@nevyn.them.org> <200611291741.13617.vladimir@codesourcery.com> <20061205211129.GB27898@nevyn.them.org> <20061207143847.GA12813@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.2 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: 2006-12/txt/msg00117.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Dec 06, 2006 at 12:16:45PM +0300, Vladimir Prus wrote: >> Here's revised patch. Ok for HEAD? >> >> - Volodya >> >> * varobj.c (varobj_create): Don't call release_value. >> (varobj_set_value): Likewise. >> (install_new_value): Call coerce_ref and release_value >> on the value. Add asserts. >> >> testsuite/ >> * lib/mi-support.exp >> (mi_runto): Accept "()" after function name. >> (mi_create_varobj): New function. >> (mi_varobj_update): New function. >> (mi_Check_varobj_value): New function. >> * gdb.mi/mi-var-cp.exp: New file. >> * gdb.mi/mi-var-cp.cc: New file. > > Yes, this is OK. Thanks! Thanks, checked in. - Volodya