This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Speaking of DWARF-2 macro info
- From: Daniel Berlin <dan at dberlin dot org>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: Zack Weinberg <zack at codesourcery dot com>, <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 21 Mar 2002 16:23:55 -0500 (EST)
- Subject: Re: Speaking of DWARF-2 macro info
On Thu, 21 Mar 2002, Neil Booth wrote:
> Daniel Berlin wrote:-
>
> > > Entered with callback // cb_file_change for foo.h
> > > --Entered /tmp/foo.h
> > > Left // cb_file_change for leaving foo.h
> > > --Left
> > >
> > > Here those beginning with "--" are in dwarf2out.c's callbacks. The
> > > other fprintf's are in c-lex.c. So I can't reproduce your two excess
> > > "Starting source file"'s.
> >
> > Weird.
> >
> > Are you calling cc1 directly, or through the driver?
>
> Directly: ./cc1 -quiet -gdwarf-2 -g2 /tmp/foo.c
Okay.
Let me double check it again, and then i'll answer the rest of what you
asked.
I just wanted to make sure i wasn't doing something differently from you.
>
> Neil.
>