Skip to content
Snippets Groups Projects
Commit 954269c2 authored by Richard Earnshaw's avatar Richard Earnshaw
Browse files

* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.

parent e2936038
No related branches found
No related tags found
No related merge requests found
2004-11-28 Richard Earnshaw <rearnsha@arm.com>
* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
2004-11-16 Randolph Chung <tausq@debian.org>
* gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
......
......@@ -71,7 +71,7 @@ proc gdb_load { arg } {
}
set timeout 30
verbose "Timeout is now $timeout seconds" 2
return 1
return 0
}
-re "$gdb_prompt $" {
if $verbose>1 then {
......@@ -84,4 +84,5 @@ proc gdb_load { arg } {
}
}
}
return -1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment