* gdb.base/funcargs.exp: Set print frame-arguments to "all".
authorJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 22:08:03 +0000 (22:08 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 22:08:03 +0000 (22:08 +0000)
        * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
        * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
        * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/lang_switch.exp
gdb/testsuite/gdb.ada/ref_param.exp
gdb/testsuite/gdb.base/call-ar-st.exp
gdb/testsuite/gdb.base/funcargs.exp

index 016bf5425ab395724603609939243052be10b132..c39e5c1dfc7830fd85da08e46b0d30cbcd9c762b 100644 (file)
@@ -1,3 +1,10 @@
+2009-04-01  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/funcargs.exp: Set print frame-arguments to "all".
+       * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
+       * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
+       * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
+
 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
            Jan Kratochvil  <jan.kratochvil@redhat.com>
 
index 45a4e5383580b365866459190823ef1dea183bff..3fc3584448e27279742654596dff4d79b703b373 100644 (file)
@@ -41,6 +41,8 @@ gdb_load ${binfile}
 set bp_location [gdb_get_line_number "STOP" ${testdir}/foo.c]
 runto "foo.c:$bp_location"
 
+gdb_test "set print frame-arguments all" ""
+
 # Make sure that the language is switched to Ada for the second frame
 # by checking the string parameter.
 gdb_test "bt" \
index 5325dd2d3453db6a74af7c4b18e38c2f76e9de2a..4d49296f87a097416e84e3d29e3a043679bf607c 100644 (file)
@@ -39,6 +39,8 @@ if ![runto call_me] then {
   return
 } 
 
+gdb_test "set print frame-arguments all" ""
+
 set expected_d "\\(one => 1, two => 2, three => 3, four => 4, five => 5, six => 6\\)"
 gdb_test "frame" \
          "#0\[ \t\]*pck\\.call_me \\(d=${expected_d}\\).*"  \
index b88ff0240640b53b7ea68bd691871f4b57d70324..a058f67a5dafa7676509077eb561cbfcb726a66f 100644 (file)
@@ -332,6 +332,7 @@ gdb_expect {
 gdb_test "break sum_array_print" \
        ".*Breakpoint ${decimal}: file .*call-ar-st.c, line.*" \
        "set breakpoint in sum_array_print"
+gdb_test "set print frame-arguments all" ""
 gdb_test "continue" \
        ".*Breakpoint ${decimal}, sum_array_print \\(seed=10, linked_list1=.next_index = .1, 2, 3, 4, 5, 6, 7, 8, 9, 10., values = .4, 6, 8, 10, 12, 14, 16, 18, 20, 22., head = 0., linked_list2=.next_index = .1, 2, 3, 4, 5, 6, 7, 8, 9, 10., values = .8, 10, 12, 14, 16, 18, 20, 22, 24, 26., head = 0., linked_list3=.next_index = .1, 2, 3, 4, 5, 6, 7, 8, 9, 10., values = .10, 12, 14, 16, 18, 20, 22, 24, 26, 28., head = 0., linked_list4=.next_index = .1, 2, 3, 4, 5, 6, 7, 8, 9, 10., values = .20, 22, 24, 26, 28, 30, 32, 34, 36, 38., head = 0.\\) at .*call-ar-st.c:1105\[ \t\n\r\]+1105.*printf\\(.Sum of 4 arrays, by element \\(add in seed as well\\).*\\);.*" \
        "check args of sum_array_print"
index 1cf3e9dd7d48d3fc72bb3e14ab1dd502d2e4bbba..037f0a0b5ab24f1c0dc3084436cbce5aad2215af 100644 (file)
@@ -1194,6 +1194,8 @@ gdb_expect {
 
 # Perform tests
 
+gdb_test "set print frame-arguments all" ""
+
 integral_args
 funcargs_reload
 unsigned_integral_args
This page took 0.045784 seconds and 4 git commands to generate.