From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32391 invoked by alias); 1 Mar 2007 17:56:04 -0000 Received: (qmail 32310 invoked by uid 22791); 1 Mar 2007 17:56:02 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Mar 2007 17:55:49 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1HMpVG-00026Y-Cn; Thu, 01 Mar 2007 17:55:42 +0000 Message-ID: <45E7139E.DFE6437F@dessent.net> Date: Thu, 01 Mar 2007 17:56:00 -0000 From: Brian Dessent Reply-To: gdb@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: =?iso-8859-1?Q?Alp=E1r=20J=FCttner?= CC: gdb@sourceware.org Subject: Re: (Not) debugging STL References: <1172750690.4155.24.camel@mikro.mikro> <20070301121854.GA10896@caradoc.them.org> <1172752794.4155.35.camel@mikro.mikro> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2007-03/txt/msg00025.txt.bz2 Alp=E1r J=FCttner wrote: > It is quite a said news. Would it be hard to implement such a features? > Do gdb have some scripting language? If yes, would it be possible to > implement a macro that simply iterates 'step' while we are in a file > under /usr directory? At some point in the past someone posted some scripts to the mailing list that created commands for easy display of the size/contents of common STL container types (list, vector, tree, hash.) I can't find the post now, but I think it might be the same as this: . Brian