diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-op-call.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/implptr.exp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp b/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp index 1efb075..fd09923 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp @@ -29,7 +29,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} \ } # Additional test to verify the referenced CU is not aged out. -gdb_test_no_output "maintenance set dwarf2 max-cache-age 0" +gdb_test_no_output "maintenance set dwarf max-cache-age 0" gdb_test "p array1" " = 1" gdb_test "p array2" " = 2" "array2 using DW_OP_call2" diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp index 3523b66..dd8c4c7 100644 --- a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp +++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp @@ -28,7 +28,7 @@ if { [prepare_for_testing "${testfile}.exp" "${testfile}" \ } # Stress test gdb's handling of cached comp units, disable the cache. -gdb_test_no_output "maint set dwarf2 max-cache-age 0" +gdb_test_no_output "maint set dwarf max-cache-age 0" if ![runto_main] { return -1 diff --git a/gdb/testsuite/gdb.dwarf2/implptr.exp b/gdb/testsuite/gdb.dwarf2/implptr.exp index 6ffb8fe..e97f7e3 100644 --- a/gdb/testsuite/gdb.dwarf2/implptr.exp +++ b/gdb/testsuite/gdb.dwarf2/implptr.exp @@ -39,7 +39,7 @@ if {[prepare_for_testing ${testfile}.exp ${testfile} $srcfile $opts]} { } # Additional test to verify the referenced CU is not aged out. -gdb_test_no_output "maintenance set dwarf2 max-cache-age 0" +gdb_test_no_output "maintenance set dwarf max-cache-age 0" if ![runto_main] { return -1 |