From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28672 invoked by alias); 21 Feb 2008 00:54:12 -0000 Received: (qmail 28648 invoked by uid 48); 21 Feb 2008 00:54:11 -0000 Date: Thu, 21 Feb 2008 00:54:00 -0000 Message-ID: <20080221005411.28647.qmail@sourceware.org> To: insight-prs@sources.redhat.com, kseitz@sources.redhat.com, michaelprocop@gmail.com, nobody@sources.redhat.com From: kseitz@sources.redhat.com Reply-To: kseitz@sources.redhat.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, michaelprocop@gmail.com, nobody@sources.redhat.com, insight-gnats@sources.redhat.com X-Mailer: gnatsweb 2.9.3 Subject: Re: insight/323: executable must be colocated with source Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00007.txt.bz2 Synopsis: executable must be colocated with source Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Thu Feb 21 00:54:11 2008 Responsible-Changed-Why: mine State-Changed-From-To: open->analyzed State-Changed-By: kseitz State-Changed-When: Thu Feb 21 00:54:11 2008 State-Changed-Why: There is something else going on. The source does NOT need to be co-located with your executable: gdb (and hence insight) will find your source files from the debug info contained in the executable. If this mechanism isn't working, you might need to open a console window and use gdb's "dir" command to help it find the source files (sorry, insight currently doesn't have an equivalent command). Type "help dir" for more information on the dir command in gdb. I hate to say this, but I've just tested this with my local installation (CVS HEAD), and I am unable to reproduce your problem following the procedure you've specified. Have you tried using the "-nx" option to gdb/insight? Perhaps there is some stale information in .gdbtkinit? http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=323