mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
beginning of function. Fix PR gdb/191.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-08-18 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
|
||||||
|
beginning of function. Fix PR gdb/191.
|
||||||
|
|
||||||
2001-08-16 Frank Ch. Eigler <fche@redhat.com>
|
2001-08-16 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
* config/sid.exp (sid_start): Don't warn if we cannot figure out
|
* config/sid.exp (sid_start): Don't warn if we cannot figure out
|
||||||
|
@ -99,6 +99,12 @@ proc mi_gdb_start { } {
|
|||||||
|
|
||||||
gdb_stop_suppressing_tests;
|
gdb_stop_suppressing_tests;
|
||||||
|
|
||||||
|
# Start SID.
|
||||||
|
if { [info procs sid_start] != "" } {
|
||||||
|
verbose "Spawning SID"
|
||||||
|
sid_start
|
||||||
|
}
|
||||||
|
|
||||||
verbose "Spawning $GDB -nw $GDBFLAGS $MIFLAGS"
|
verbose "Spawning $GDB -nw $GDBFLAGS $MIFLAGS"
|
||||||
|
|
||||||
if [info exists gdb_spawn_id] {
|
if [info exists gdb_spawn_id] {
|
||||||
@ -170,12 +176,6 @@ proc mi_gdb_start { } {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Finally start SID.
|
|
||||||
if { [info procs sid_start] != "" } {
|
|
||||||
verbose "Spawning SID"
|
|
||||||
sid_start
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user