mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-13 03:14:37 +08:00
* lib/gdb.exp: Fix comment which erroneously identified
gdb_file_cmd as gdb_load (the 19 May change was in fact to gdb_file_cmd not gdb_load). * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
This commit is contained in:
@ -56,6 +56,7 @@ proc gdb_load { arg } {
|
|||||||
global loadfile
|
global loadfile
|
||||||
global GDB
|
global GDB
|
||||||
global prompt
|
global prompt
|
||||||
|
upvar timeout timeout
|
||||||
|
|
||||||
return [gdb_file_cmd $arg]
|
return [gdb_file_cmd $arg]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user