From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3851 invoked by alias); 26 Dec 2006 20:21:33 -0000 Received: (qmail 3842 invoked by uid 22791); 26 Dec 2006 20:21:33 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Dec 2006 20:21:24 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GzInY-000467-Ud for gdb@sources.redhat.com; Tue, 26 Dec 2006 21:21:20 +0100 Received: from 73-198.umostel.ru ([82.179.73.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Dec 2006 21:21:20 +0100 Received: from ghost by 73-198.umostel.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Dec 2006 21:21:20 +0100 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: step into next source line (that belongs to me) Date: Tue, 26 Dec 2006 20:21:00 -0000 Message-ID: References: <200612261319.02937.trapni@gentoo.org> <20061226151958.GA16027@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.2 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/msg00208.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Dec 26, 2006 at 01:19:00PM +0100, Christian Parpart wrote: >> Is there a way to do such things using gdb? > > Not yet, no. But it could probably be added using your definition of > interesting files. 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. - Volodya