Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » PDOM in text form(Handling PDOM outside of eclipse and CDT)
PDOM in text form [message #1072728] Tue, 23 July 2013 11:37
Endre Bak is currently offline Endre BakFriend
Messages: 1
Registered: July 2013
Junior Member
Hi,

Is it possible somehow to export the PDOM into a textual form (e.g. into JSON or XML). Or is there a stand alone project for parsing the PDOM file?

Currently I am trying to identify, in a large source, the places where some specific functions could get a specific return value (int macro definition). It is possible to identify the functions where that value is returned by reference search. It is also possible to check the call chains (callees graphs) of the specific functions. Than the call chains have to be searched for the functions which can return the specific value.

The only problem is that there are thousands of such functions and with GUI click and watch it is just too painful to do it.

Script-ability would be fine.

The stand alone PDOM parser project would be also fine, because it would be possible to implement the search outside the eclipse plugin framework (which would need extra attention and cost).

Previous Topic:QtCore/QMap: No such file
Next Topic:undefined reference to EXTERNC c++ function in C
Goto Forum:
  


Current Time: Fri Apr 19 22:56:13 GMT 2024

Powered by FUDForum. Page generated in 0.03593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top