Accessing other debugging information
Extraction is started by calling the ddpi_module_extract_C_CPP_information operation.
If the executable module was not compiled with the IBM® z/OS® XL
C/C++ compiler, then the format of the debugging information will
be unknown to the CDA libraries. You must create your own conversion
process in order to use the CDA libraries. That is, you will be responsible
for identifying the CUs within the executable module, and adding the
necessary information within the Ddpi_Elf objects.
For more information on how to create a converter application, see Using producer APIs.