This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: debugging gcc



 
> Currently Iam
> trying to debug gcc using xxgdb. I read somewhere that xxgdb 
> is debugging tool for c++. Does that mean gcc cannot be debugged with 
> xxgdb since gcc has been written in C? 

gcc can be debugged with xxgdb,but i really think that 
debuggers like "ddd"(data display debugger) and "gvd" are 
more suitable.May be someone knows a few more.

Also I think that debugging an executable with a particular debugger 
depends on kind of debugging format a compiler supports rather than
the source language.(See gcc manual for details of debugging formats
it supports)

Naveen Sharma.


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