This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Debugging Macros with gdb
On Mon, 2005-02-28 at 13:14 -0500, Daniel Berlin wrote:
> On Mon, 2005-02-28 at 09:32 -0800, Vidyasagara Guntaka wrote:
> > Hi,
> >
> > Here is the response I got after submitting a bug report (1877) to gdb
> > bug repository. I applied the patch and now I can see macros in gdb.
> >
> > Now the question is that whether gcc should generate ".file N NAME" for
> > the main compilation unit?
>
> It's supposde to generate start file entries and end file entries for
> the base source file, according to 6.3.2 of the DWARF3 spec.
>
> Please file a gcc bug report about tihs.
>
>
I've flied a bug report about this, PR debug/20253
--Dan