EDG is a front end tool which converts the source files into intermediate files. These files preserve the source information, for example, line numbers, column numbers, original types, original names etc. which is used for generating symbolic debugging information. These intermediate files are machine independent.
When you run the abld build edg urel
command, it generates:
edg report files containing information on APIs that are used in the application
two text files.
The first text file will contain a list of the API report file paths
(*.cpp.aut
), and the second text file will contain a list of the
system include paths used in the application.