Test 'set print frame-info|frame-arguments presence'.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 4 May 2019 21:47:57 +0000 (23:47 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 29 Jul 2019 19:42:52 +0000 (21:42 +0200)
commitc7e4c0a6482cebcf8b129d1008a2c553a0183aee
treec14874c2f45b27236693134c5fa0390ea236ef06
parent4b5e8d19afe4accc3dd87aeba58d6704e71c610d
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  <philippe.waroquiers@skynet.be>

* 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/ChangeLog
gdb/testsuite/gdb.base/frame-args.exp
gdb/testsuite/gdb.base/options.exp
gdb/testsuite/gdb.python/py-framefilter-invalidarg.exp
gdb/testsuite/gdb.python/py-framefilter.exp