aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-16 13:56:41 +0000
committerPedro Alves <palves@redhat.com>2011-05-16 13:56:41 +0000
commit3b48433dfbab56ba40489df8a778df6c845bc021 (patch)
tree54080e8aca169e97e95cbcb7d9ab8d7837679611 /gdb/testsuite/gdb.mi
parente3b66208d10d41c18adf808811be92dcf846f9d4 (diff)
downloadgdb-3b48433dfbab56ba40489df8a778df6c845bc021.zip
gdb-3b48433dfbab56ba40489df8a778df6c845bc021.tar.gz
gdb-3b48433dfbab56ba40489df8a778df6c845bc021.tar.bz2
2011-05-16 Pedro Alves <pedro@codesourcery.com>
gdb/testsuite/ * gdb.ada/start.exp: Call untested with the correct test filename. * gdb.arch/i386-bp_permanent.exp: Call untested with the correct test filename. Make the test's binary unique. * gdb.arch/i386-signal.exp: Call untested with the correct test filename. * gdb.arch/i386-size-overlap.exp: Ditto. * gdb.arch/Makefile.in (EXECUTABLES): Update. * gdb.base/gcore-buffer-overflow.exp: Ditto. * gdb.cp/call-c.exp: Ditto. * gdb.mi/mi-reverse.exp: Call untested with the correct test filename. Make the test's binary unique. * gdb.mi/Makefile.in (EXECUTABLES): Update. * gdb.python/py-mi.exp: Ditto. * gdb.python/Makefile.in (EXECUTABLES): Update. * gdb.reverse/i386-precsave.exp: Ditto. * gdb.reverse/i387-env-reverse.exp: Call untested with the correct test filename. * gdb.reverse/i387-stack-reverse.exp: Ditto. * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary unique. * gdb.reverse/sigall-reverse.exp: Call untested with the correct test filename. * gdb.reverse/Makefile.in (EXECUTABLES): Update. * gdb.trace/tfile.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r--gdb/testsuite/gdb.mi/Makefile.in24
-rw-r--r--gdb/testsuite/gdb.mi/mi-reverse.exp6
2 files changed, 16 insertions, 14 deletions
diff --git a/gdb/testsuite/gdb.mi/Makefile.in b/gdb/testsuite/gdb.mi/Makefile.in
index be0526d..e8754f4 100644
--- a/gdb/testsuite/gdb.mi/Makefile.in
+++ b/gdb/testsuite/gdb.mi/Makefile.in
@@ -1,17 +1,19 @@
VPATH = @srcdir@
srcdir = @srcdir@
-PROGS = basics c_variable cpp_variable var-cmd dw2-ref-missing-frame \
- gdb669-pthreads gdb701 gdb792 mi-async mi-basics mi-break \
- mi-cli mi-console mi-disassemble mi-eval mi-file mi-file-transfer \
- mi-non-stop mi-non-stop-exit mi-ns-stale-regcache mi-nsintrall \
- mi-nsmoribund mi-nsthrexec mi-pending mi-pthreads mi-read-memory \
- mi-regs mi-return mi-simplerun mi-stack mi-stepi mi-syn-frame \
- mi-var-block mi-var-child mi-var-cmd mi-var-cp mi-var-display \
- mi-var-invalidate mi-var-invalidate_bis mi-watch mi2-basics \
- mi2-break mi2-cli mi2-disassemble mi2-eval mi2-file mi2-pthreads \
- mi2-regs mi2-return mi2-simplerun mi2-stepi mi2-var-block \
- mi2-var-child mi2-var-cmd mi2-var-display mi2-watch until
+PROGS = basics c_variable cpp_variable var-cmd dw2-ref-missing-frame \
+ gdb669-pthreads gdb701 gdb792 mi-async mi-basics mi-break \
+ mi-cli mi-console mi-disassemble mi-eval mi-file \
+ mi-file-transfer mi-non-stop mi-non-stop-exit \
+ mi-ns-stale-regcache mi-nsintrall mi-nsmoribund mi-nsthrexec \
+ mi-pending mi-pthreads mi-read-memory mi-regs mi-return \
+ mi-reverse mi-simplerun mi-stack mi-stepi mi-syn-frame \
+ mi-var-block mi-var-child mi-var-cmd mi-var-cp mi-var-display \
+ mi-var-invalidate mi-var-invalidate_bis mi-watch mi2-basics \
+ mi2-break mi2-cli mi2-disassemble mi2-eval mi2-file \
+ mi2-pthreads mi2-regs mi2-return mi2-simplerun mi2-stepi \
+ mi2-var-block mi2-var-child mi2-var-cmd mi2-var-display \
+ mi2-watch until
MISCELLANEOUS = mi-pendshr.sl
diff --git a/gdb/testsuite/gdb.mi/mi-reverse.exp b/gdb/testsuite/gdb.mi/mi-reverse.exp
index d6c4a62..3805544 100644
--- a/gdb/testsuite/gdb.mi/mi-reverse.exp
+++ b/gdb/testsuite/gdb.mi/mi-reverse.exp
@@ -39,11 +39,11 @@ if [mi_gdb_start] {
continue
}
-set testfile "basics"
-set srcfile ${testfile}.c
+set testfile mi-reverse
+set srcfile basics.c
set binfile ${objdir}/${subdir}/mi2-reverse
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
- untested mi2-reverse.exp
+ untested ${testfile}.exp
return -1
}