debugging gcc

Naveen Sharma naveens@noida.hcltech.com
Mon Nov 26 22:53:00 GMT 2001


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



More information about the Gcc mailing list