diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b68951b98b..1738cb640b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-01-04 Pedro Alves + + * 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 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 1043185eaf..1ab7ba8581 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 246523510f..09690eb127 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