* gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
* gdb.mi/mi2-file.exp: Likewise.
This commit is contained in:
parent
c941839d75
commit
2b70e4c68a
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue