This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: generating infos about compiled code
- From: mike stump <mrs at windriver dot com>
- To: Kai-Uwe dot Schmidt at sawag dot com, gcc at gcc dot gnu dot org
- Date: Wed, 27 Mar 2002 07:25:01 -0800 (PST)
- Subject: Re: generating infos about compiled code
- References: <LJEILGCPKGHHPMPIKHLHMECJCKAA.Kai-Uwe.Schmidt@sawag.com>
> From: "Kai-Uwe Schmidt" <Kai-Uwe.Schmidt@sawag.com>
> To: "liste gcc" <gcc@gcc.gnu.org>
> Date: Wed, 27 Mar 2002 08:23:45 +0100
> maybe a stupid question, but is there a feature in the compiler, that
> generates infos about the compiled code like:
> - which types are defined
> - which functions with which input/output parameters are included
> - which classes are defined
> - ...
Sure. It is called -g and is documented in the manual.