From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30663 invoked by alias); 16 Jun 2008 04:50:10 -0000 Received: (qmail 30654 invoked by uid 22791); 16 Jun 2008 04:50:09 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jun 2008 04:49:50 +0000 Received: from [209.86.224.45] (helo=elwamui-polski.atl.sa.earthlink.net) by elasmtp-banded.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1K86f4-0006lk-0i; Mon, 16 Jun 2008 00:49:46 -0400 Received: from 66.245.58.253 by webmail.pas.earthlink.net with HTTP; Mon, 16 Jun 2008 00:49:45 -0400 Message-ID: <8078396.1213591785956.JavaMail.root@elwamui-polski.atl.sa.earthlink.net> Date: Mon, 16 Jun 2008 04:50:00 -0000 From: Igor Korot Reply-To: Igor Korot To: Michael Snyder Subject: Re: What do I need to look at the source while debugging? Cc: gdb@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: ae972db06a188bef94f5150ab1c16ac08868399773331e30c087f58ce851963892465965857fbf39350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-06/txt/msg00157.txt.bz2 Michael, Problem is: 1. I'm using Gentoo Linux. 2. I compiled and installed wxGTK from sources trunk. 3. I compiled and installed unixODBC-2.2.12 from Portage using this: PORTAGE_TMPDIR=/home/igor FEATURES=keepwork emerge unixODBC 4. I have KDevelop and gdb installed. 5. Using KDevelop I created an application using wxGTK (wxWidgets) library. 6. This library is linking with odbc.so and odbcinst.so. It compiles and runs fine. 7. Using gdb I can freely step through my own program sources and wxGTK sources either when run from KDevelop or from console (GNOME or KDE). 8. However, stepping into unixODBC sources is impossible. It says "no source file...". unixODBC sources are present in the directory /home/igor/portage/unixODBC-2.2.12/work/unixODBC-2.2.12 and they are accessible for the current user. That's pretty much have it. -----Original Message----- >From: Michael Snyder >Sent: Jun 15, 2008 3:27 PM >To: Igor Korot >Cc: gdb@sourceware.org >Subject: Re: What do I need to look at the source while debugging? > >On Sun, 2008-06-15 at 14:52 -0700, Igor Korot wrote: >> OK, so what else can I try? >> Do I need to reconfigure and re-build? > >I'm sorry, but I've lost the thread of what you're trying to do. >Something to do with viewing your source files, but I'm not sure >if we can help you unles we can reproduce your problem. > >Can you reduce this to a minimal test case? >One that should not involve having to use >any particular environment outside of gdb >in order to reproduce it? > > > > >