aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-04 20:37:26 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-04 20:37:26 +0000
commit2b70e4c68a110c247e835c214e8c35c0490cd7e9 (patch)
tree0bfe13824ef50894dbbaaf57ef503f00280a66ec
parentc941839d7531be17c6ebe39d7fce4a4562594b66 (diff)
downloadgdb-2b70e4c68a110c247e835c214e8c35c0490cd7e9.zip
gdb-2b70e4c68a110c247e835c214e8c35c0490cd7e9.tar.gz
gdb-2b70e4c68a110c247e835c214e8c35c0490cd7e9.tar.bz2
* gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
* gdb.mi/mi2-file.exp: Likewise.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.mi/mi-file.exp2
-rw-r--r--gdb/testsuite/gdb.mi/mi2-file.exp2
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b68951b..1738cb6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
+
+ * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
+ * gdb.mi/mi2-file.exp: Likewise.
+
2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
Implement specification of MI tests as comments
diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp
index 1043185..1ab7ba8 100644
--- a/gdb/testsuite/gdb.mi/mi-file.exp
+++ b/gdb/testsuite/gdb.mi/mi-file.exp
@@ -43,7 +43,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
mi_delete_breakpoints
mi_gdb_reinitialize_dir $srcdir/$subdir
-mi_gdb_load ${binfile}
+mi_gdb_file_cmd ${binfile}
proc test_file_list_exec_source_file {} {
global srcfile
diff --git a/gdb/testsuite/gdb.mi/mi2-file.exp b/gdb/testsuite/gdb.mi/mi2-file.exp
index 2465235..09690eb 100644
--- a/gdb/testsuite/gdb.mi/mi2-file.exp
+++ b/gdb/testsuite/gdb.mi/mi2-file.exp
@@ -43,7 +43,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
mi_delete_breakpoints
mi_gdb_reinitialize_dir $srcdir/$subdir
-mi_gdb_load ${binfile}
+mi_gdb_file_cmd ${binfile}
proc test_file_list_exec_source_file {} {
global srcfile