From 0d8f9b2ced3015b9857a2456dcde76e04f18121f Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 11 Aug 2009 19:21:37 +0000 Subject: * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of all frame arguments. * gdb.arch/altivec-regs.exp: Likewise. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.arch/altivec-abi.exp | 1 + gdb/testsuite/gdb.arch/altivec-regs.exp | 2 ++ 3 files changed, 9 insertions(+) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7993ac5cca6..f5809c7148d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-08-11 Nathan Froyd + + * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of + all frame arguments. + * gdb.arch/altivec-regs.exp: Likewise. + 2009-08-07 Tom Tromey * gdb.base/setshow.exp: Add tests for changes to set language, set diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index e6c589f0bb4..429e6951785 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -73,6 +73,7 @@ proc altivec_abi_tests { extra_flags force_abi } { return -1 } + gdb_test "set print frame-arguments all" gdb_test "set powerpc vector-abi $force_abi" gdb_test "b marker" "Breakpoint 2 at.*file.*altivec-abi.c, line \[0-9\]+." "break marker" diff --git a/gdb/testsuite/gdb.arch/altivec-regs.exp b/gdb/testsuite/gdb.arch/altivec-regs.exp index 70622ee2e36..19de74468ef 100644 --- a/gdb/testsuite/gdb.arch/altivec-regs.exp +++ b/gdb/testsuite/gdb.arch/altivec-regs.exp @@ -70,6 +70,8 @@ if ![runto_main] then { gdb_suppress_tests } +gdb_test "set print frame-arguments all" + # set all the registers integer portions to 1 for {set i 0} {$i < 32} {incr i 1} { for {set j 0} {$j < 4} {incr j 1} { -- cgit v1.2.1