From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3049 invoked by alias); 10 Feb 2008 20:05:55 -0000 Received: (qmail 3041 invoked by uid 22791); 10 Feb 2008 20:05:55 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 10 Feb 2008 20:05:30 +0000 Received: (qmail 356 invoked from network); 10 Feb 2008 20:05:28 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Feb 2008 20:05:28 -0000 From: Vladimir Prus To: "Doug Evans" Subject: Re: Variable objects and STL containers Date: Sun, 10 Feb 2008 20:05: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> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802102305.37176.vladimir@codesourcery.com> 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/msg00053.txt.bz2 On Sunday 10 February 2008 22:43:44 Doug Evans wrote: > On Feb 9, 2008 11:10 PM, 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. > > Is there a design doc for what python support will look like? Not yet; I shall post some initial ideas. - Volodya