* gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 11 Aug 2009 19:21:37 +0000 (19:21 +0000)
committerNathan Froyd <froydnj@codesourcery.com>
Tue, 11 Aug 2009 19:21:37 +0000 (19:21 +0000)
all frame arguments.
* gdb.arch/altivec-regs.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/altivec-abi.exp
gdb/testsuite/gdb.arch/altivec-regs.exp

index 7993ac5cca605a4bf1200eb91f9bbca878035019..f5809c7148d0a49eac6f21b64257e5eb23705327 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * 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  <tromey@redhat.com>
 
        * gdb.base/setshow.exp: Add tests for changes to set language, set
index e6c589f0bb4ea40f9501f51ed40d32dba57eee7d..429e6951785da0dc416963fdb4f566fa5bef6795 100644 (file)
@@ -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"
index 70622ee2e3625dbf945b655d9a37ea03bfb3f28f..19de74468ef8590cea38a0ceb56f5a88f0a7165d 100644 (file)
@@ -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} {
This page took 0.046106 seconds and 4 git commands to generate.