mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 16:39:57 +00:00
* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
This commit is contained in:
parent
e29360381b
commit
954269c2f7
@ -1,3 +1,7 @@
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user