From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28216 invoked by alias); 27 Dec 2006 08:18:45 -0000 Received: (qmail 28208 invoked by uid 22791); 27 Dec 2006 08:18:43 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 27 Dec 2006 08:18:38 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-236-4.inter.net.il [84.228.236.4]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GQL22188 (AUTH halo1); Wed, 27 Dec 2006 10:18:32 +0200 (IST) Date: Wed, 27 Dec 2006 08:18:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: ghost@cs.msu.su, gdb@sources.redhat.com In-reply-to: <20061226223450.GA26620@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 26 Dec 2006 17:34:50 -0500) Subject: Re: step into next source line (that belongs to me) Reply-to: Eli Zaretskii References: <200612261319.02937.trapni@gentoo.org> <20061226151958.GA16027@nevyn.them.org> <20061226223450.GA26620@nevyn.them.org> 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/msg00213.txt.bz2 > Date: Tue, 26 Dec 2006 17:34:50 -0500 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com > > 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. Then we should implement it as an optional feature that can be turned off.