From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8191 invoked by alias); 3 Oct 2004 03:43:07 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 8184 invoked from network); 3 Oct 2004 03:43:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 3 Oct 2004 03:43:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i933h6fP009445 for ; Sat, 2 Oct 2004 23:43:06 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i933h1r04444; Sat, 2 Oct 2004 23:43:01 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i933h0Dt022849; Sat, 2 Oct 2004 23:43:01 -0400 Subject: Re: Insight Bug? From: Keith Seitz To: Kip Warner Cc: "insight@sources.redhat.com" In-Reply-To: References: Content-Type: text/plain Message-Id: <1096775252.2765.22.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Sun, 03 Oct 2004 03:43:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00010.txt.bz2 On Sat, 2004-10-02 at 20:12, Kip Warner wrote: > I have tried using two different MinGW builds of Insight only to find that > neither can view source mode of my GCC produced executables. All I can see > is assembly listing. I am compiling with -g3, full debugging information > and I am not stripping them with the linker. Any ideas? As far as I know, it is not possible to compile insight with Mingw. You must have a cygwin build (or something with a bunch of patches outside the normal distribution). All that aside, if you type "info func main" in the console window, what does it show? Can you type "list main"? I am guessing that either gdb or insight cannot deal with the non-POSIX paths that mingw-gcc outputs. Keith