diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp b/gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp index ef7cf92..ad19ce7 100644 --- a/gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp +++ b/gdb/testsuite/gdb.dwarf2/frame-inlined-in-outer-frame.exp @@ -46,44 +46,44 @@ Dwarf::assemble $dwarf_asm { cu { label cu_label addr_size 4 } { DW_TAG_compile_unit { - {DW_AT_name $srcfile} - {DW_AT_stmt_list $stmt_list DW_FORM_sec_offset} - {DW_AT_language @DW_LANG_C99} - {DW_AT_low_pc __cu_low_pc DW_FORM_addr} - {DW_AT_high_pc __cu_high_pc DW_FORM_addr} + DW_AT_name $srcfile + DW_AT_stmt_list $stmt_list DW_FORM_sec_offset + DW_AT_language @DW_LANG_C99 + DW_AT_low_pc __cu_low_pc DW_FORM_addr + DW_AT_high_pc __cu_high_pc DW_FORM_addr } { DW_TAG_subprogram { - {DW_AT_name "_start"} - {DW_AT_low_pc __start_low_pc DW_FORM_addr} - {DW_AT_high_pc __start_high_pc DW_FORM_addr} + DW_AT_name "_start" + DW_AT_low_pc __start_low_pc DW_FORM_addr + DW_AT_high_pc __start_high_pc DW_FORM_addr } { DW_TAG_inlined_subroutine { - {DW_AT_abstract_origin :$foo_subprogram} - {DW_AT_low_pc __foo_low_pc DW_FORM_addr} - {DW_AT_high_pc __foo_high_pc DW_FORM_addr} - {DW_AT_call_file 1 DW_FORM_data1} - {DW_AT_call_line 13 DW_FORM_data1} + DW_AT_abstract_origin :$foo_subprogram + DW_AT_low_pc __foo_low_pc DW_FORM_addr + DW_AT_high_pc __foo_high_pc DW_FORM_addr + DW_AT_call_file 1 DW_FORM_data1 + DW_AT_call_line 13 DW_FORM_data1 } { DW_TAG_inlined_subroutine { - {DW_AT_abstract_origin :$bar_subprogram} - {DW_AT_low_pc __bar_low_pc DW_FORM_addr} - {DW_AT_high_pc __bar_high_pc DW_FORM_addr} - {DW_AT_call_file 1 DW_FORM_data1} - {DW_AT_call_line 7 DW_FORM_data1} + DW_AT_abstract_origin :$bar_subprogram + DW_AT_low_pc __bar_low_pc DW_FORM_addr + DW_AT_high_pc __bar_high_pc DW_FORM_addr + DW_AT_call_file 1 DW_FORM_data1 + DW_AT_call_line 7 DW_FORM_data1 } } } foo_subprogram: DW_TAG_subprogram { - {DW_AT_name "foo"} - {DW_AT_prototyped 1 DW_FORM_flag_present} - {DW_AT_inline 0x1 DW_FORM_data1} + DW_AT_name "foo" + DW_AT_prototyped 1 DW_FORM_flag_present + DW_AT_inline 0x1 DW_FORM_data1 } bar_subprogram: DW_TAG_subprogram { - {DW_AT_name "bar"} - {DW_AT_prototyped 1 DW_FORM_flag_present} - {DW_AT_inline 0x1 DW_FORM_data1} + DW_AT_name "bar" + DW_AT_prototyped 1 DW_FORM_flag_present + DW_AT_inline 0x1 DW_FORM_data1 } } } @@ -106,7 +106,7 @@ if { [build_executable ${testfile}.exp ${testfile} "$srcfile $dwarf_asm" \ return } -clean_restart $binfile +clean_restart $::testfile if { [gdb_starti_cmd] != 0 } { fail "failed to run to first instruction" |