From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15007 invoked by alias); 1 Mar 2007 12:46:30 -0000 Received: (qmail 14998 invoked by uid 22791); 1 Mar 2007 12:46:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 01 Mar 2007 12:46:24 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HMkft-0003Vm-P8; Thu, 01 Mar 2007 07:46:21 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HMkft-0002wQ-J0; Thu, 01 Mar 2007 07:46:21 -0500 Date: Thu, 01 Mar 2007 12:46:00 -0000 From: Daniel Jacobowitz To: =?iso-8859-1?Q?Alp=E1r_J=FCttner?= Cc: gdb@sourceware.org Subject: Re: (Not) debugging STL Message-ID: <20070301124621.GA11292@caradoc.them.org> Mail-Followup-To: =?iso-8859-1?Q?Alp=E1r_J=FCttner?= , gdb@sourceware.org References: <1172750690.4155.24.camel@mikro.mikro> <20070301121854.GA10896@caradoc.them.org> <1172752794.4155.35.camel@mikro.mikro> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1172752794.4155.35.camel@mikro.mikro> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00021.txt.bz2 On Thu, Mar 01, 2007 at 01:39:54PM +0100, Alpár Jüttner wrote: > > > GDB does not have any way to do this - yet. It's been proposed a few > > times. > > It is quite a said news. Would it be hard to implement such a features? I don't know. Maybe not, if someone came up with a good user interface for it. I recommend searching the list archives for more; I think it was discussed within the past six months sometime. > 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? GDB's current scripting language is not good enough for this. I hope to add a more powerful one this year. -- Daniel Jacobowitz CodeSourcery