aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-03-22 15:32:26 +0000
committerDaniel Jacobowitz <drow@false.org>2010-03-22 15:32:26 +0000
commit7d6d51d5fd0c4d2d6413a0576494858b573d0332 (patch)
treeb0b818c688f7a9f83bf798ca73351f92e92a428b /gdb
parentb0193076dad64abdb42ed0057ad668eaf3c17c7a (diff)
downloadfsf-binutils-gdb-7d6d51d5fd0c4d2d6413a0576494858b573d0332.zip
fsf-binutils-gdb-7d6d51d5fd0c4d2d6413a0576494858b573d0332.tar.gz
fsf-binutils-gdb-7d6d51d5fd0c4d2d6413a0576494858b573d0332.tar.bz2
* gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
* gdb.python/py-mi.exp (binfile): Rename to py-mi.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.python/Makefile.in2
-rw-r--r--gdb/testsuite/gdb.python/py-mi.exp2
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2f67aa0..dfa04a6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
+ * gdb.python/py-mi.exp (binfile): Rename to py-mi.
+
2010-03-19 Stan Shebs <stan@codesourcery.com>
* gdb.trace/ax.exp: New file.
diff --git a/gdb/testsuite/gdb.python/Makefile.in b/gdb/testsuite/gdb.python/Makefile.in
index 06f8c9c..578ac54 100644
--- a/gdb/testsuite/gdb.python/Makefile.in
+++ b/gdb/testsuite/gdb.python/Makefile.in
@@ -2,7 +2,7 @@ VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = py-type py-value py-prettyprint py-template py-block \
- py-symbol
+ py-symbol py-mi
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
diff --git a/gdb/testsuite/gdb.python/py-mi.exp b/gdb/testsuite/gdb.python/py-mi.exp
index 5f25fe6..6589a62 100644
--- a/gdb/testsuite/gdb.python/py-mi.exp
+++ b/gdb/testsuite/gdb.python/py-mi.exp
@@ -26,7 +26,7 @@ if [mi_gdb_start] {
set testfile "py-prettyprint"
set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
+set binfile ${objdir}/${subdir}/py-mi
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DMI}] != "" } {
untested mi2-var-child.exp
return -1