mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* lib/gdb.exp (gdb_start_cmd): Fix error return value.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-12-14 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_start_cmd): Fix error return value.
|
||||||
|
|
||||||
2011-12-14 Pedro Alves <pedro@codesourcery.com>
|
2011-12-14 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
PR threads/10729
|
PR threads/10729
|
||||||
|
@ -307,7 +307,7 @@ proc gdb_start_cmd {args} {
|
|||||||
-re "$gdb_prompt $" { }
|
-re "$gdb_prompt $" { }
|
||||||
default {
|
default {
|
||||||
perror "gdb_init_command for target failed";
|
perror "gdb_init_command for target failed";
|
||||||
return;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user