From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7220 invoked by alias); 18 Dec 2006 07:27:44 -0000 Received: (qmail 7212 invoked by uid 22791); 18 Dec 2006 07:27:43 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Dec 2006 07:27:39 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1GwCuN-0000gj-Ml for gdb-patches@sources.redhat.com; Mon, 18 Dec 2006 10:27:36 +0300 Received: from localhost ([127.0.0.1] helo=ip6-localhost) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1GwCuG-0000gN-BN; Mon, 18 Dec 2006 10:27:28 +0300 From: Vladimir Prus Subject: Re: Varobj cleanups To: Nick Roberts , gdb-patches@sources.redhat.com Date: Mon, 18 Dec 2006 07:27:00 -0000 References: <17798.3907.259385.107769@kahikatea.snap.net.nz> User-Agent: KNode/0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: 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/msg00230.txt.bz2 Nick Roberts wrote: >> > - Volodya >> > >> > Port from Apple's version. >> > gdb/ >> > * varobj.c (type_changeable): Rename to... >> > (varobj_value_is_changeable_p): ...this. Adjust all callers. >> > (is_root_p): New function. Use it everywhere. >> >> OK. > > Is there any reason that this patch has not been committed? Lack of time on my part. And also the fact that this patch is not very interesting on itself, it's just a preparation for other patches, one of which is posted but not reviewed, and others are not finished yet. - Volodya