From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24975 invoked by alias); 18 Jan 2006 20:17:07 -0000 Received: (qmail 24966 invoked by uid 22791); 18 Jan 2006 20:17:06 -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; Wed, 18 Jan 2006 20:17:05 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EzJjq-0003Ve-1Z; Wed, 18 Jan 2006 15:17:02 -0500 Date: Wed, 18 Jan 2006 20:18:00 -0000 From: Daniel Jacobowitz To: Eric Lemings Cc: "'gdb@sources.redhat.com'" Subject: Re: Excluding C++ Library Code Message-ID: <20060118201702.GA13473@nevyn.them.org> Mail-Followup-To: Eric Lemings , "'gdb@sources.redhat.com'" References: <4FA4B7B3231C5D459E7BAD020213A94203114145@bco-exchange.bco.roguewave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FA4B7B3231C5D459E7BAD020213A94203114145@bco-exchange.bco.roguewave.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00172.txt.bz2 On Wed, Jan 18, 2006 at 01:08:55PM -0700, Eric Lemings wrote: > Greetings, > > This should probably be listed in a FAQ somewhere but here goes. How do > I prevent GDB from stepping through/stopping in code (template functions, > inline functions, etc.) contained in standard C++ library header files? GDB doesn't support this, unfortunately. Right now the infrastructure for it isn't there, but someday it will be. But how would you indicate to the debugger what constituted "uninteresting" headers? -- Daniel Jacobowitz CodeSourcery