From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27085 invoked by alias); 26 Dec 2006 22:35:00 -0000 Received: (qmail 27075 invoked by uid 22791); 26 Dec 2006 22:34:59 -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; Tue, 26 Dec 2006 22:34:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1GzKsk-0006x8-L2; Tue, 26 Dec 2006 17:34:50 -0500 Date: Tue, 26 Dec 2006 22:35:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: step into next source line (that belongs to me) Message-ID: <20061226223450.GA26620@nevyn.them.org> Mail-Followup-To: Vladimir Prus , gdb@sources.redhat.com References: <200612261319.02937.trapni@gentoo.org> <20061226151958.GA16027@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 2006-12/txt/msg00211.txt.bz2 On Tue, Dec 26, 2006 at 11:20:41PM +0300, Vladimir Prus wrote: > FWIW, it is not obvious this should be in GDB. The frontend might be > in a better position to conveniently specify which files to ignore, > and all that's needed is emitting "finish + step" when > entering "non-interesting" function. I planned to implement > some "auto-finish" functionality in KDevelop for quite some time. I think, rather, it should be in GDB but many frontends won't choose to use it. In Eclipse, you'd want to step into source files associated with this project, probably, and offer check boxes for other Eclipse projects it depends on to step into those too, but not step into system headers. But the CLI ought to be able to at least do it by directory. -- Daniel Jacobowitz CodeSourcery