From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19350 invoked by alias); 13 Jun 2006 22:43:30 -0000 Received: (qmail 19334 invoked by uid 22791); 13 Jun 2006 22:43:28 -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; Tue, 13 Jun 2006 22:43:27 +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 k5DMhMJk016333 for ; Wed, 14 Jun 2006 00:43:24 +0200 (MEST) From: Oliver Block Reply-To: lists@block-online.eu To: gdb@sourceware.org Subject: Re: sources / step Date: Tue, 13 Jun 2006 23:49:00 -0000 User-Agent: KMail/1.7.1 References: <200606140004.12965.lists@block-online.eu> <20060613220600.GA23961@nevyn.them.org> In-Reply-To: <20060613220600.GA23961@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606140043.01531.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/msg00080.txt.bz2 Am Mittwoch, 14. Juni 2006 00:06 schrieb Daniel Jacobowitz: > You can only do this if the library is compiled with debugging > information. If it is, it will happen automatically. And if it doesn't!? I compile my prog gcc -g .... and the library is compiled with g flag, too. --Oliver