This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: open watcom


Check the switches for open watcom.  It's likely that you need to
specify debug switches both at compile time *and* link time when
building your program.

gdb automatically detects debug type.

I know that other people have used dwarf 1, and I ran the gdb test
suite on it earlier this year.  So I know that gdb does automatically
detect and use dwarf-1 debug information with gcc -gdwarf.

Michael C


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