This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: Problem using gdb with Microsoft .exe


On Tue, Sep 29, 1998 at 01:45:58PM -0000, David Calabrese wrote:
>
> I'm trying to debug a program that was built using the Microsoft C++
> compiler.  I built the exe to include debug info.  
> 
> Is it possible to use gdb to debug this program?

No it isn't, the debugging info that gcc emits is different from what
VC++ does.  As a result, gdb does the best it can, which isn't a lot.

I know this isn't desirable; I'd certainly like complete VC++/gcc
compatibility but there are quite a few reasons why this isn't there
yet and isn't likely to happen soon.  One of the reasons is that,
as far as I know, documentation about the MS debugging format used by
VC++ isn't available.  :-(

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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