From: Doug Evans Date: Tue, 9 Sep 2014 06:01:01 +0000 (-0700) Subject: Fix regression in default.exp caused by _caller_is, etc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=316935f0ad534e72f4e7d607d933a4ab71963f09;p=binutils-gdb.git Fix regression in default.exp caused by _caller_is, etc. gdb/testsuite/ChangeLog: * gdb.base/default.exp (show_conv_list): Add _caller_is, _caller_matches, _any_caller_is, _any_caller_matches. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d5ebf48f059..3fc26805a86 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-09-09 Doug Evans + + * gdb.base/default.exp (show_conv_list): Add _caller_is, + _caller_matches, _any_caller_is, _any_caller_matches. + 2014-09-09 Doug Evans * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 6674df30d77..ab74bdbadbe 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -630,6 +630,10 @@ if ![skip_python_tests] { {$_regex = } \ {$_streq = } \ {$_strlen = } \ + {$_caller_is = } \ + {$_caller_matches = } \ + {$_any_caller_is = } \ + {$_any_caller_matches = } \ } } gdb_test_list_exact "show convenience" "show convenience" \