Fix regression in default.exp caused by _caller_is, etc.
authorDoug Evans <xdje42@gmail.com>
Tue, 9 Sep 2014 06:01:01 +0000 (23:01 -0700)
committerDoug Evans <xdje42@gmail.com>
Tue, 9 Sep 2014 06:01:01 +0000 (23:01 -0700)
gdb/testsuite/ChangeLog:

* gdb.base/default.exp (show_conv_list): Add _caller_is,
_caller_matches, _any_caller_is, _any_caller_matches.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index d5ebf48f059527250e7b1bd0826a5a45c48701ca..3fc26805a86baa9e37ef0f9f7d9dd18225305d99 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-09  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/default.exp (show_conv_list): Add _caller_is,
+       _caller_matches, _any_caller_is, _any_caller_matches.
+
 2014-09-09  Doug Evans  <xdje42@gmail.com>
 
        * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
index 6674df30d770f9dc0694e36981c1f1143aaab9ab..ab74bdbadbefb0264190a1d9d2a94ab08c7aad82 100644 (file)
@@ -630,6 +630,10 @@ if ![skip_python_tests] {
            {$_regex = <internal function _regex>} \
            {$_streq = <internal function _streq>} \
            {$_strlen = <internal function _strlen>} \
+           {$_caller_is = <internal function _caller_is>} \
+           {$_caller_matches = <internal function _caller_matches>} \
+           {$_any_caller_is = <internal function _any_caller_is>} \
+           {$_any_caller_matches = <internal function _any_caller_matches>} \
        }
 }
 gdb_test_list_exact "show convenience" "show convenience" \