aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2013-09-17 19:24:51 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2013-09-17 19:24:51 +0000
commite83b28bc76d98e8b1f853ad5d72028c682695a37 (patch)
treead46bf5ed3e2076b53318d979032a6ad60921fff
parentPR gdb/15911: "info threads" changes the default source and line (for "break"... (diff)
downloadbinutils-gdb-e83b28bc76d98e8b1f853ad5d72028c682695a37.tar.gz
binutils-gdb-e83b28bc76d98e8b1f853ad5d72028c682695a37.tar.bz2
binutils-gdb-e83b28bc76d98e8b1f853ad5d72028c682695a37.zip
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 <sergiodj@redhat.com> * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid convenience function.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/default.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 446768d818f..ac3aed219d6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
+ convenience function.
+
2013-09-17 Pedro Alves <palves@redhat.com>
PR gdb/15911
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index a5f0a953c07..627aebad49f 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 = <error: No frame selected>} \
{$_probe_arg10 = <error: No frame selected>} \
{$_probe_arg11 = <error: No frame selected>} \
+ {$_isvoid = <internal function _isvoid>} \
}
if ![skip_python_tests] {
append show_conv_list \