This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Questions on ofd6x output and CG XML



In looking at the output of global_types_gen.pl I do not see the information I am looking for, but in examining the XML file output by ofd6x that global_types_gen.pl reads for its input, I do see something that looks hopeful.  Are there additional perl scripts that can extract the information regarding obtaining the addresses of member functions?  If not, is there any documentation on the XML file produced by ofd6x, especially a schema or DTD for it?  I am not an XML guru, but I have worked with XML files somewhat in my past, so any help would be appreciated.

  • Robert Brown said:
    Are there additional perl scripts

    Yes.  global_types_gen is one script out of about 20 which are in the cg_xml package.

    Robert Brown said:
    that can extract the information regarding obtaining the addresses of member functions?

    There is no cg_xml script which shows you the addresses of just member functions.  You can use ofd6x --func_info to see the addresses of all the functions, including member functions.

    Robert Brown said:
    is there any documentation on the XML file produced by ofd6x, especially a schema or DTD for it?

    Unfortunately, there no details of that sort published on the XML.

    Thanks and regards,

    -George