From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4596 invoked by alias); 1 Mar 2007 12:19:14 -0000 Received: (qmail 4576 invoked by uid 22791); 1 Mar 2007 12:19:10 -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:19:01 +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 1HMkFL-0003Um-1q; Thu, 01 Mar 2007 07:18:55 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HMkFK-0002q2-HG; Thu, 01 Mar 2007 07:18:54 -0500 Date: Thu, 01 Mar 2007 12:19: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: <20070301121854.GA10896@caradoc.them.org> Mail-Followup-To: =?iso-8859-1?Q?Alp=E1r_J=FCttner?= , gdb@sourceware.org References: <1172750690.4155.24.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: <1172750690.4155.24.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/msg00019.txt.bz2 On Thu, Mar 01, 2007 at 01:04:50PM +0100, Alpár Jüttner wrote: > In general, it would be often very useful for me to turn off debugging > of some source files I rely on. If it is a convertional .cc file, I can > do it by turning off putting the debug info into the related object > file. But what to do if I use templates/inline functions, thus the > implementations are in the header files? GDB does not have any way to do this - yet. It's been proposed a few times. -- Daniel Jacobowitz CodeSourcery