diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-12 15:15:07 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-12 15:15:07 +0000 |
commit | 76027ef599f664d2c45574304d304abc962145c2 (patch) | |
tree | d5af4479ebec0ee9e6f3fe27b59433b5c3f191d1 /gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | |
parent | 85b4440aee65df8d448a532fe925999228004afc (diff) | |
download | gdb-76027ef599f664d2c45574304d304abc962145c2.zip gdb-76027ef599f664d2c45574304d304abc962145c2.tar.gz gdb-76027ef599f664d2c45574304d304abc962145c2.tar.bz2 |
* gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-anonymous-func.exp: Use
prepare_for_testing_full.
* gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-linkage-name-trust.exp: Use
prepare_for_testing_full.
* gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-ref-missing-frame.exp: Use
prepare_for_testing_full.
* gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
* gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp b/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp index 75c1eb4..74fb698 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp @@ -20,22 +20,16 @@ if {![dwarf2_support]} { } standard_testfile .S -set objsfile [standard_output_file ${testfile}.o] set srcfuncfile ${testfile}-func.c -set objfuncfile [standard_output_file ${testfile}-func.o] set srcmainfile ${testfile}-main.c -set objmainfile [standard_output_file ${testfile}-main.o] set executable ${testfile} -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" $objsfile object {}] != "" - || [gdb_compile "${srcdir}/${subdir}/${srcfuncfile}" $objfuncfile object {}] != "" - || [gdb_compile "${srcdir}/${subdir}/${srcmainfile}" $objmainfile object {debug}] != "" - || [gdb_compile "$objsfile $objfuncfile $objmainfile" $binfile executable {}] != "" } { +if {[prepare_for_testing_full $testfile.exp \ + [list $testfile {} $srcfile {} $srcfuncfile {} \ + $srcmainfile debug]]} { return -1 } -clean_restart $executable - # First try referencing DW_AT_frame_base which is not defined. if [runto func_nofb] { gdb_test "p func_nofb_var" {Could not find the frame base for "func_nofb".} "func_nofb print" |