diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/arr-subrange.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/arr-subrange.exp | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/arr-subrange.exp b/gdb/testsuite/gdb.dwarf2/arr-subrange.exp index 05fe778..24d4600 100644 --- a/gdb/testsuite/gdb.dwarf2/arr-subrange.exp +++ b/gdb/testsuite/gdb.dwarf2/arr-subrange.exp @@ -23,52 +23,52 @@ standard_testfile main.c -dw.S set asm_file [standard_output_file $srcfile2] Dwarf::assemble $asm_file { cu {} { - DW_TAG_compile_unit { - {DW_AT_language @DW_LANG_Ada95} - {DW_AT_name foo.adb} - {DW_AT_comp_dir /tmp} - {MACRO_AT_range {main}} - } { + DW_TAG_compile_unit { + DW_AT_language @DW_LANG_Ada95 + DW_AT_name foo.adb + DW_AT_comp_dir /tmp + MACRO_AT_range {main} + } { declare_labels boolean_label typedef_label array_label enum_label - boolean_label: DW_TAG_base_type { - {DW_AT_byte_size 1 DW_FORM_sdata} - {DW_AT_encoding @DW_ATE_boolean} - {DW_AT_name boolean} - } + boolean_label: DW_TAG_base_type { + DW_AT_byte_size 1 DW_FORM_sdata + DW_AT_encoding @DW_ATE_boolean + DW_AT_name boolean + } - typedef_label: DW_TAG_typedef { - {DW_AT_name pck__table} - {DW_AT_type :$array_label} - } + typedef_label: DW_TAG_typedef { + DW_AT_name pck__table + DW_AT_type :$array_label + } array_label: DW_TAG_array_type { - {DW_AT_name pck__table} - {DW_AT_type :$boolean_label} + DW_AT_name pck__table + DW_AT_type :$boolean_label } { DW_TAG_subrange_type { - {DW_AT_type :$enum_label} - {DW_AT_lower_bound 0 DW_FORM_data1} - {DW_AT_upper_bound 128 DW_FORM_data1} + DW_AT_type :$enum_label + DW_AT_lower_bound 0 DW_FORM_data1 + DW_AT_upper_bound 128 DW_FORM_data1 } } enum_label: DW_TAG_enumeration_type { - {DW_AT_name pck__enum_t} - {DW_AT_byte_size 1 DW_FORM_sdata} - } { - DW_TAG_enumerator { - {DW_AT_name pck__enum_000} - {DW_AT_const_value 0 DW_FORM_sdata} - } - DW_TAG_enumerator { - {DW_AT_name pck__enum_001} - {DW_AT_const_value 1 DW_FORM_sdata} - } - DW_TAG_enumerator { - {DW_AT_name pck__enum_128} - {DW_AT_const_value 128 DW_FORM_sdata} - } + DW_AT_name pck__enum_t + DW_AT_byte_size 1 DW_FORM_sdata + } { + DW_TAG_enumerator { + DW_AT_name pck__enum_000 + DW_AT_const_value 0 DW_FORM_sdata + } + DW_TAG_enumerator { + DW_AT_name pck__enum_001 + DW_AT_const_value 1 DW_FORM_sdata + } + DW_TAG_enumerator { + DW_AT_name pck__enum_128 + DW_AT_const_value 128 DW_FORM_sdata + } } } } |