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


... ".pch" is a suffix for "pre-compiled" header
files, a feature which is optionally, having 
nothing to do with debug. MSVC can generate debug 
information either in a MS format or COFF. Not
"understanding" COFF is a problem of gdb 
and not of MSVC.

-Kathy

Not really. Microsoft is using a proprietary debug format 



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/




______________________________________________________
Kein Schwein klickt mich an? Tragen Sie Ihre Site doch einfach im
Fireballkatalog ein! http://www.fireball.de/katalogeintrag.html



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