The AMDIL Target needs new dwarf tokens for dwarf debug support, I’d we should handle this best? (which numbers to use for the new tokens):
Two new tokens will be added:
DW_AT_AMDIL_address_space (currently 0x3ff1) : needed in order to know which address space to read data from
DW_AT_AMDIL_resource (currently 0x3ff2) : the resource ID information for when we read memory from UAV
—Yousef
Shajrawi, Yousef wrote:
The AMDIL Target needs new dwarf tokens for dwarf debug support, I’d we
should handle this best? (which numbers to use for the new tokens):
Two new tokens will be added:
DW_AT_AMDIL_address_space (currently 0x3ff1) : needed in order to know
which address space to read data from
DW_AT_AMDIL_resource (currently 0x3ff2) : the resource ID information
for when we read memory from UAV
Does it make sense to go through Dwarf Issues first? Or do you expect this to be a long-lived LLVM extension with no intention of becoming standardized?
Nick
Thanks for the tip Nick, we will look into that.
Micah