mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
expect_out so that callers can get at it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-29 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
|
||||||
|
expect_out so that callers can get at it.
|
||||||
|
|
||||||
2002-08-23 Daniel Jacobowitz <drow@mvista.com>
|
2002-08-23 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdb.threads/print-threads.c: New file.
|
* gdb.threads/print-threads.c: New file.
|
||||||
|
@ -382,7 +382,7 @@ proc mi_gdb_load { arg } {
|
|||||||
proc mi_gdb_test { args } {
|
proc mi_gdb_test { args } {
|
||||||
global verbose
|
global verbose
|
||||||
global mi_gdb_prompt
|
global mi_gdb_prompt
|
||||||
global GDB
|
global GDB expect_out
|
||||||
upvar timeout timeout
|
upvar timeout timeout
|
||||||
|
|
||||||
if [llength $args]>2 then {
|
if [llength $args]>2 then {
|
||||||
|
Reference in New Issue
Block a user