This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb trouble


On Tue, Nov 20, 2001 at 01:52:20PM +0530, vipin aravind wrote:
> oops  sorry  the  executeable  was  created  as a.exe and gdb a  worked
> How   do  I get  the prefix  same as the source file.

gcc -o outputfilename ...

> Is it possible  to debug  vc++ generated exe's?

Not really.  Microsoft is using a proprietary debug format (.pch files).
You would be stuck with assembler debugging.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]