This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generating infos about compiled code


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]