From c7e4c0a6482cebcf8b129d1008a2c553a0183aee Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sat, 4 May 2019 23:47:57 +0200 Subject: Test 'set print frame-info|frame-arguments presence'. Updated tests to test the new options and new values. Test the default for print_what in python frame filtering. Updated the tests impacted by the default in python frame filtering which is now consistent with the backtrace command. gdb/testsuite/ChangeLog 2019-07-29 Philippe Waroquiers * gdb.base/options.exp: Update backtrace - completion to new option -frame-info. * gdb.base/frame-args.exp: Test new 'frame-arguments presence'. Test new 'set print frame-info'. Test backtrace -frame-info overriding 'set print frame-info'. * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'. Test new 'set print frame-info'. Verify consistency of backtrace with and without filters, with and without -no-filters. * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what default. --- gdb/testsuite/gdb.base/options.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.base/options.exp') diff --git a/gdb/testsuite/gdb.base/options.exp b/gdb/testsuite/gdb.base/options.exp index 561ca1d..7a18fe9 100644 --- a/gdb/testsuite/gdb.base/options.exp +++ b/gdb/testsuite/gdb.base/options.exp @@ -268,6 +268,7 @@ proc_with_prefix test-backtrace {} { test_gdb_complete_multiple "backtrace " "-" "" { "-entry-values" "-frame-arguments" + "-frame-info" "-full" "-hide" "-no-filters" -- cgit v1.1