X-Recipient: archive-cygwin AT delorie DOT com 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 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+MmR/X/1eB5XgqyOhAT6H/ Date: Sun, 29 Jul 2012 23:47:36 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Who is corinna? Message-ID: <20120730034736.GA10607@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <50156DBD DOT 8030003 AT prager DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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