From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29493 invoked by alias); 10 Feb 2008 19:44:10 -0000 Received: (qmail 29485 invoked by uid 22791); 10 Feb 2008 19:44:09 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 10 Feb 2008 19:43:52 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id m1AJhjY9023393 for ; Sun, 10 Feb 2008 11:43:45 -0800 Received: from wa-out-1112.google.com (wafl24.prod.google.com [10.114.188.24]) by zps78.corp.google.com with ESMTP id m1AJhiew022323 for ; Sun, 10 Feb 2008 11:43:45 -0800 Received: by wa-out-1112.google.com with SMTP id l24so1675277waf.17 for ; Sun, 10 Feb 2008 11:43:44 -0800 (PST) Received: by 10.114.61.1 with SMTP id j1mr2185421waa.62.1202672624452; Sun, 10 Feb 2008 11:43:44 -0800 (PST) Received: by 10.114.13.5 with HTTP; Sun, 10 Feb 2008 11:43:44 -0800 (PST) Message-ID: Date: Sun, 10 Feb 2008 19:44:00 -0000 From: "Doug Evans" To: "Vladimir Prus" Subject: Re: Variable objects and STL containers Cc: "Nick Roberts" , gdb@sources.redhat.com In-Reply-To: <200802101010.49506.ghost@cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18343.64413.689019.489727@kahikatea.snap.net.nz> <200802080946.28915.ghost@cs.msu.su> <18350.32064.844389.155290@kahikatea.snap.net.nz> <200802101010.49506.ghost@cs.msu.su> X-IsSubscribed: yes 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/msg00051.txt.bz2 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?