mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||||
|
|
||||||
|
* config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
|
||||||
|
|
||||||
Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
|
Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* gdb.base/signals.exp (test_handle_all_print): Temporarily increase
|
* gdb.base/signals.exp (test_handle_all_print): Temporarily increase
|
||||||
|
@ -70,7 +70,7 @@ proc gdb_start { } {
|
|||||||
|
|
||||||
# get a connection to the board
|
# get a connection to the board
|
||||||
set shell_id [ eval $connectmode "$targetname" ]
|
set shell_id [ eval $connectmode "$targetname" ]
|
||||||
if $shell_id<0 then {
|
if { $shell_id < 0 } then {
|
||||||
perror "Couldn't connect to $targetname."
|
perror "Couldn't connect to $targetname."
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user