From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24792 invoked by alias); 30 Jan 2008 08:40:06 -0000 Received: (qmail 24782 invoked by uid 22791); 30 Jan 2008 08:40:05 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 08:39:46 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 55E2A187022; Wed, 30 Jan 2008 09:46:06 +0100 (CET) From: "Pierre Muller" To: "'Vladimir Prus'" , References: <200801171755.47572.vladimir@codesourcery.com> <20080129215240.GG15063@caradoc.them.org> <200801301019.53604.vladimir@codesourcery.com> <000001c86319$2cfcb3f0$86f61bd0$@u-strasbg.fr> In-Reply-To: Subject: RE: [RFA] Use vector for varobj_list_children interface. Date: Wed, 30 Jan 2008 08:48:00 -0000 Message-ID: <000101c8631b$aa13cbb0$fe3b6310$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2008-01/txt/msg00780.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Vladimir Prus > Sent: Wednesday, January 30, 2008 9:31 AM > To: gdb-patches@sources.redhat.com > Subject: RE: [RFA] Use vector for varobj_list_children interface. > > Pierre Muller wrote: > > > Volodya, > > > > I suspect that your commit broke > > gdbtk: > > Hmm. What is gdbtk and why is it a part of gdb checkout? I think it is the part used by insight just do a cvs up -d at src/gdb level and you will get the src/gdb/gdbtk directory if you don't have it. To compile gdbtk,I think that you need to configure at src level with --enable-libgui but you might need some other directories. Otherwise just look into gdbtk subdirectory for the functions that you modified and adapt the code. If you send it back to the list, I can test it and check it in as obvious fix on your behalf. Daniel, is that OK? Pierre Muller