From: Sergio Durigan Junior Date: Tue, 17 Sep 2013 19:24:51 +0000 (+0000) Subject: This commit fixes a regression introduced by the new $_isvoid convenience X-Git-Tag: binutils-2_24-branchpoint~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e83b28bc76d98e8b1f853ad5d72028c682695a37;p=external%2Fbinutils.git This commit fixes a regression introduced by the new $_isvoid convenience function. It adds a check for $_isvoid during the test of "show convenience" output. gdb/testsuite/ 2013-09-17 Sergio Durigan Junior * gdb.base/defaults.exp (): Add check for $_isvoid convenience function. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 446768d..ac3aed2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-09-17 Sergio Durigan Junior + + * gdb.base/defaults.exp (): Add check for $_isvoid + convenience function. + 2013-09-17 Pedro Alves PR gdb/15911 diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index a5f0a95..627aeba 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -621,6 +621,7 @@ set show_conv_list \ {$_probe_arg9 = } \ {$_probe_arg10 = } \ {$_probe_arg11 = } \ + {$_isvoid = } \ } if ![skip_python_tests] { append show_conv_list \