X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Mon, 30 Jul 2012 11:12:36 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Who is corinna?
Message-ID: <20120730091236.GB29991@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <50156DBD.8030003@prager.ws> <20120730034736.GA10607@ednor.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20120730034736.GA10607@ednor.casa.cgf.cx>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Jul 29 23:47, Christopher Faylor wrote:
> 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/

Yep, that's me, more or less.  Except I'm written with one r and two n,
I'm larger and skinnier in proportion, have different hair, eye, and
skin color, rather doubtful actor skills, and I'm probably paid a teeny
little bit less for my job.  But otherwise, yes, that's me.


Corinna

P.S.: If you want to debug Cygwin itself, you should install the
      cygwin-debuginfo package.

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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

