ddpi_convert_c_cpp_isdobj operation

The ddpi_convert_c_cpp_isdobj operation converts a single GOFF/XOBJ object into the DWARF format.

Description

The object must contain debugging information in the ISD format. The CDA user is responsible for creating an ELF descriptor that will be used to write the converted DWARF debugging information into the ELF object file. ddpi_convert_c_cpp_isdobj terminates the descriptor on completion.

Prototype

int ddpi_convert_c_cpp_isdobj (
  Ddpi_Space            space,
  Dwarf_Addr            low_addr,
  Dwarf_Addr            high_addr,
  Elf*                  elf,
  int*                  errcode);             

Parameters

space
Input. This accepts the Ddpi_Space object.
low_addr
Input. This accepts the start address in the Ddpi_Space object.
high_addr
Input. This accepts the end address in the Ddpi_Space object.
elf
Input. This accepts the ELF container for the DWARF debugging information.
errcode
Output. This returns libddpi error code.