From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 440 invoked by alias); 30 Jul 2012 03:47:54 -0000 Received: (qmail 431 invoked by uid 22791); 30 Jul 2012 03:47:53 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mho-01-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jul 2012 03:47:38 +0000 Received: from pool-173-76-45-230.bstnma.fios.verizon.net ([173.76.45.230] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1SvgxF-000NDw-RY for cygwin@cygwin.com; Mon, 30 Jul 2012 03:47:37 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id E0D6342966D for ; Sun, 29 Jul 2012 23:47:36 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+MmR/X/1eB5XgqyOhAT6H/ Date: Mon, 30 Jul 2012 03:47:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: Who is corinna? Message-ID: <20120730034736.GA10607@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <50156DBD.8030003@prager.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50156DBD.8030003@prager.ws> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00631.txt.bz2 On Sun, Jul 29, 2012 at 01:07:09PM -0400, Bernd Prager wrote: >I am trying to debug a compiled c++ program with gdb. > >When I start gdb it claims the symbols are loaded. When I try to list >the source code I get: > >(gdb) list > >/home/corinna/src/cygwin/cygwin-1.7.15/cygwin-1.7.15-1/src/cygwin-1.7.15/winsup/cygwin/crt0.c: >No such file or directory. > in >/home/corinna/src/cygwin/cygwin-1.7.15/cygwin-1.7.15-1/src/cygwin-1.7.15/winsup/cygwin/crt0.c > >When I try to single step trough the program I get: > >(gdb) start >Temporary breakpoint 1 at 0x401173 >Starting program: /home/bernd/Test/a.exe >[New Thread 3820.0x8a0] >[New Thread 3820.0x41c] > >Temporary breakpoint 1, 0x00401173 in main () >(gdb) next >Single stepping until exit from function main, >which has no line number information. >0x004011c2 in _fu0___ZSt4cout () > >Does anybody has an idea what is going on? Sure looks like your program is not compiled with debugging information, i.e., "gcc -g" was not used when compiling and linking the program. As to who Corrina is, here's a link: http://www.imdb.com/title/tt0109484/ cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple