From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19704 invoked by alias); 10 Feb 2008 18:14:53 -0000 Received: (qmail 19696 invoked by uid 22791); 10 Feb 2008 18:14:53 -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; Sun, 10 Feb 2008 18:14:23 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1JOGgx-0005Tx-Nf for gdb@sources.redhat.com; Sun, 10 Feb 2008 21:14:20 +0300 Received: from localhost ([127.0.0.1] helo=ip6-localhost) by zigzag.lvk.cs.msu.su with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1JOGgg-0005TP-Ui; Sun, 10 Feb 2008 21:13:59 +0300 From: Vladimir Prus To: Daniel Jacobowitz Subject: Re: Variable objects and STL containers Date: Sun, 10 Feb 2008 18:14:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Nick Roberts , gdb@sources.redhat.com References: <18343.64413.689019.489727@kahikatea.snap.net.nz> <200802101010.49506.ghost@cs.msu.su> <20080210175227.GA14127@caradoc.them.org> In-Reply-To: <20080210175227.GA14127@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802102114.06844.ghost@cs.msu.su> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00049.txt.bz2 On Sunday 10 February 2008 20:52:27 Daniel Jacobowitz wrote: > On Sun, Feb 10, 2008 at 10:10:48AM +0300, Vladimir Prus wrote: > > Please note that I already have proof-of-concept Python integration, > > together with code to use Python for -var-evaluate-expression, together > > with not-yet-working patch to dynamically compute the list of varobj children. > > It might be better to wait till I got the last bit done. > > Maybe you should put what you have out on a branch? > > Or if you're using svk for this maybe we can set up a scratch SVN > repository for it somewhere. I can try pushing this into a public git repository. - Volodya