diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-05-04 23:47:57 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-07-29 21:42:52 +0200 |
commit | c7e4c0a6482cebcf8b129d1008a2c553a0183aee (patch) | |
tree | c14874c2f45b27236693134c5fa0390ea236ef06 /gdb/testsuite/gdb.base/options.exp | |
parent | 4b5e8d19afe4accc3dd87aeba58d6704e71c610d (diff) | |
download | gdb-c7e4c0a6482cebcf8b129d1008a2c553a0183aee.zip gdb-c7e4c0a6482cebcf8b129d1008a2c553a0183aee.tar.gz gdb-c7e4c0a6482cebcf8b129d1008a2c553a0183aee.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.base/options.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/options.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |