[GCC-XML]Variablenames not included in the .xml file
Dupont, Michael
michael.dupont at mciworldcom.de
Mon Mar 4 03:42:02 EST 2002
The introspector project supports the dumping of function bodies, but
the output is not as clean as the gcc_xml.
It might be interesting to see if we can start merging the two if brad want
to?
I like the high level output from gcc_xml.
Basically I write out a separate file for each function declaration with
all the tree nodes in it from tree_dump.
mike
-----Original Message-----
From: Brad King [mailto:brad.king at kitware.com]
Sent: Montag, 4. März 2002 01:48
To: Anders Bo Rasmussen
Cc: gccxml at public.kitware.com
Subject: Re: [GCC-XML]Variablenames not included in the .xml file
> I've the version from the CVS. When i use gccxml on a file like:
>
> int main()
> {
> int i,j
> i=4;
> j=3;
> return i+j;
> }
>
> i and j are not mentioned in all in the .xml file. How can that be?
Function bodies are not supported by GCC-XML. Only the declaration of
main should be dumped.
-Brad
_______________________________________________
gccxml mailing list
gccxml at public.kitware.com
http://public.kitware.com/mailman/listinfo/gccxml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/gccxml/attachments/20020304/3d14a7ef/attachment.html>
More information about the gccxml
mailing list