From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7919 invoked by alias); 22 Apr 2008 12:29:10 -0000 Received: (qmail 7866 invoked by uid 22791); 22 Apr 2008 12:29:09 -0000 X-Spam-Check-By: sourceware.org Received: from mailman.allo-creation.fr (HELO ns39154.ovh.net) (91.121.20.133) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Apr 2008 12:28:50 +0000 Received: (qmail 8858 invoked by uid 508); 22 Apr 2008 12:46:41 -0000 Received: from unknown (HELO ?192.168.1.4?) (82.226.112.216) by 87-98-251-24.ovh.net with SMTP; 22 Apr 2008 12:46:41 -0000 Subject: Re: Using STL containers with GDB From: Vincent Benony To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org In-Reply-To: <20080422121403.GA314@caradoc.them.org> References: <1208857199.6213.15.camel@bsr-desktop> <20080422121403.GA314@caradoc.them.org> Content-Type: text/plain Date: Tue, 22 Apr 2008 14:49:00 -0000 Message-Id: <1208867326.6213.20.camel@bsr-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit 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/msg00469.txt.bz2 > 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. > STL support is a big missing feature, but we'd like to add it by > external scripts so that they can be distributed along with the > library, modified without recompiling GDB, and so forth. I think > Vladimir's got it printing std::vector already. > > 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.