summaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/mi-support.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/lib/mi-support.exp')
-rw-r--r--gdb/testsuite/lib/mi-support.exp13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index a67b0cc8a8c..99cc80bc64c 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -773,6 +773,19 @@ proc mi_run_cmd {args} {
}
global mi_gdb_prompt
+ send_gdb "target sim\n"
+ gdb_expect 120 {
+ -re "Connected to the simulator.*$gdb_prompt $" {
+ verbose "Connected to simulator." 2
+ }
+ }
+
+ send_gdb "load\n"
+ gdb_expect 120 {
+ -re ".*$gdb_prompt $" {
+ }
+ }
+
if [target_info exists gdb_init_command] {
send_gdb "[target_info gdb_init_command]\n";
gdb_expect 30 {