From 9b3607dc2076d6a6eb2fbe8c45f82b8b02475423 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Thu, 14 Jan 2016 18:15:54 +0000 Subject: Generate unique ID for each type during native debugging. This allows the native debugger to find dynamic types of variables. Change-Id: I901022b7db7d3c1db9f4b678ebafcb4eefed4ba7 --- compiler/dwarf/dwarf_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dwarf/dwarf_constants.h') diff --git a/compiler/dwarf/dwarf_constants.h b/compiler/dwarf/dwarf_constants.h index 3b570e572a..0d7951b73a 100644 --- a/compiler/dwarf/dwarf_constants.h +++ b/compiler/dwarf/dwarf_constants.h @@ -200,11 +200,11 @@ enum Attribute { DW_AT_data_bit_offset = 0x6b, DW_AT_const_expr = 0x6c, DW_AT_enum_class = 0x6d, + DW_AT_linkage_name = 0x6e, #ifdef INCLUDE_DWARF5_VALUES // Values to be added in Dwarf 5. Final value not yet specified. Values listed // may be different than other implementations. Use with caution. // TODO Update these values when Dwarf 5 is released. - DW_AT_linkage_name = 0x6e, DW_AT_call_site_value = 0x6f, DW_AT_call_site_data_value = 0x70, DW_AT_call_site_target = 0x71, -- cgit v1.2.3-59-g8ed1b