* gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
* gdb.python/py-mi.exp (binfile): Rename to py-mi.
This commit is contained in:
parent
b0193076da
commit
7d6d51d5fd
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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 $@..."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue