From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16907 invoked by alias); 14 Jun 2006 00:02:06 -0000 Received: (qmail 16897 invoked by uid 22791); 14 Jun 2006 00:02:06 -0000 X-Spam-Check-By: sourceware.org Received: from natlemon.rzone.de (HELO natlemon.rzone.de) (81.169.145.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Jun 2006 00:02:01 +0000 Received: from ollie.block.home (dslb-084-063-172-210.pools.arcor-ip.net [84.63.172.210]) (authenticated bits=0) by post.webmailer.de (8.13.6/8.13.6) with ESMTP id k5E01tTw019844 for ; Wed, 14 Jun 2006 02:01:56 +0200 (MEST) From: Oliver Block Reply-To: lists@block-online.eu To: gdb@sourceware.org Subject: Re: sources / step Date: Wed, 14 Jun 2006 00:04:00 -0000 User-Agent: KMail/1.7.1 References: <200606140004.12965.lists@block-online.eu> <200606140043.01531.lists@block-online.eu> <20060613234918.GA26696@nevyn.them.org> In-Reply-To: <20060613234918.GA26696@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606140201.20650.lists@block-online.eu> 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-06/txt/msg00082.txt.bz2 Am Mittwoch, 14. Juni 2006 01:49 schrieb Daniel Jacobowitz: > You would have to provide a testcase, or at least some more detail as > to what you think is wrong. OK. I compile my program using gcc -g .... I know that the lib is also compiled -g I start gdb 'gdb prog' and then set a breakpoint 'break n' after that I do a 'r' and the program goes to the breakpoint. Then I do a 'step'. After that I do several steps, but gdb never leaves the source code of my program. --Oliver