From f8a8dce68ffc458273c64b2fb6fb2e9ab22d1fa1 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 1 Apr 2009 22:08:03 +0000 Subject: * 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". --- gdb/testsuite/gdb.ada/ref_param.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/testsuite/gdb.ada/ref_param.exp') diff --git a/gdb/testsuite/gdb.ada/ref_param.exp b/gdb/testsuite/gdb.ada/ref_param.exp index 5325dd2..4d49296 100644 --- a/gdb/testsuite/gdb.ada/ref_param.exp +++ b/gdb/testsuite/gdb.ada/ref_param.exp @@ -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}\\).*" \ -- cgit v1.1