From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16664 invoked by alias); 8 Oct 2004 14:29:42 -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 16650 invoked from network); 8 Oct 2004 14:29:41 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Oct 2004 14:29:41 -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 i98ETf0R023101 for ; Fri, 8 Oct 2004 10:29:41 -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 i98ETar26401; Fri, 8 Oct 2004 10:29:36 -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 i98ETZcA032042; Fri, 8 Oct 2004 10:29:35 -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: <1097246057.2765.4.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 08 Oct 2004 14:29:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00014.txt.bz2 On Thu, 2004-10-07 at 21:08, Kip Warner wrote: > >> (gdb) info func main > >> All functions matching regular expression "main": > >>Non-debugging symbols: > >> 0x00401000 mainCRTStartup > >>(gdb) list main > >> Error: No line number known for main. > > Hey Keith, > > objdump gives me a ton of output when I pass it the -g switch and the path > to my win32 executable. Any ideas? I think it may be a bug in Insights as > I have heard of many others having this problem. Okay, I believe your problem is in gdb, but to be sure, I need to ask another question. MinGW doesn't use a "main" function, so that was a silly test. Can you list the contents of a function for which you know you have debug info? Open a console and enter "list MYFUNC" or "info func MYFUNC". Keith