* gdb.base/default.exp (run "r" abbreviation, run): Add
extended-remote expected output.
+2012-02-02 Pedro Alves <palves@redhat.com>
+
+ * gdb.base/default.exp (run "r" abbreviation, run): Add
+ extended-remote expected output.
+
2012-02-02 Tom Tromey <tromey@redhat.com>
* gdb.cp/dispcxx.exp: New file.
{ pass "run \"r\" abbreviation" }
-re "Don't know how to run. Try \"help target\"..*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
+ -re "Starting program: .*Running the default executable on the remote target failed; try \"set remote exec-file\"?.*$gdb_prompt $"\
+ { pass "run \"r\" abbreviation" }
}
}
{ pass "run" }
-re "Don't know how to run. Try \"help target\"..*$gdb_prompt $"\
{ pass "run" }
+ -re "Starting program: .*Running the default executable on the remote target failed; try \"set remote exec-file\"?.*$gdb_prompt $"\
+ { pass "run" }
}
}