From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16902 invoked by alias); 22 Apr 2008 17:56:11 -0000 Received: (qmail 16893 invoked by uid 22791); 22 Apr 2008 17:56:11 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Apr 2008 17:55:48 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JoMiU-000588-6t for gdb-patches@sources.redhat.com; Tue, 22 Apr 2008 17:55:42 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2008 17:55:42 +0000 Received: from ghost by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2008 17:55:42 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: Using STL containers with GDB Date: Tue, 22 Apr 2008 18:37:00 -0000 Message-ID: References: <1208857199.6213.15.camel@bsr-desktop> <20080422121403.GA314@caradoc.them.org> <1208867326.6213.20.camel@bsr-desktop> <1208880646.5808.150.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 X-IsSubscribed: yes 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-04/txt/msg00478.txt.bz2 Thiago Jung Bauermann wrote: > On Tue, 2008-04-22 at 14:28 +0200, Vincent Benony wrote: >> > Thanks for doing this. As for a long term solution, please take a >> > look at the in-progress Python branch, in Volodya's git repository. > >> > I really hope we'll have it included in the next release! >> > >> >> Thank you for the information, I tought this projet was aborted, but >> it's a great news that a python scripting support is planned for GDB ! >> This will be a cleaner solution to have those features implemented in >> external libs. > > FYI, I'm thinking of preparing patches with the code from the git > repository by the weekend, or early next week (Tromey and Volodya, if > you have other plans I'm fine, just let me know, also if you want to do > the patches yourselves I'm fine too :-D ) and post them as RFC to this > list. I expect to have MI dynamic varobjs done in an hour. I mostly care about MI, but the visualizer classes I have in mind can be easily wrapper in some functions callable from cli. - Volodya