From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31690 invoked by alias); 13 Jun 2006 22:04:47 -0000 Received: (qmail 31682 invoked by uid 22791); 13 Jun 2006 22:04:46 -0000 X-Spam-Check-By: sourceware.org Received: from natklopstock.rzone.de (HELO natklopstock.rzone.de) (81.169.145.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Jun 2006 22:04:42 +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 k5DM4bJw022924 for ; Wed, 14 Jun 2006 00:04:38 +0200 (MEST) From: Oliver Block Reply-To: lists@block-online.eu To: gdb@sourceware.org Subject: sources / step Date: Tue, 13 Jun 2006 22:06:00 -0000 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606140004.12965.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/msg00078.txt.bz2 Hi, when using gdb - and I am pretty new to it - you have the possibility to follow the souce code 'step' by step. Now my program uses a static lib and I got the sources of that lib. Now I would like gdb to step into that lib soucres. How is that possible? best regards, Oliver