Is there a way to generate a cross reference listing for a c/c++ program using gcc?
Daniel Berlin
dberlin@dberlin.org
Fri May 13 21:49:00 GMT 2005
On Fri, 2005-05-13 at 14:49 -0500, Paul Albrecht wrote:
> Eric writes:
>
> >
> > -Wl,-Map=mapfile.map,--cref
> >
>
> I'm not looking for a cross-reference from a symbol to its memory location
> in linked file, rather a cross-reference from a symbol definition in a
> program source file to its line number references in all the program source
> files.
>
It's probably easiest to snarf that from the debug information produced
in the executable with -g.
More information about the Gcc
mailing list