search for: dw_at_amdil_address_space

Displaying 2 results from an estimated 2 matches for "dw_at_amdil_address_space".

2011 Sep 15
2
[LLVMdev] new dwarf tokens for AMDIL
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2011 Sep 15
0
[LLVMdev] new dwarf tokens for AMDIL
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 http://www.dwarfstd.org/Issues.php first? Or do you expect...