mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Fix missing global verbose declaration. grrrr. this is NOT
right.
This commit is contained in:
@ -86,6 +86,7 @@ proc gdb_start { } {
|
|||||||
proc gdb_sparclet_startup { arg } {
|
proc gdb_sparclet_startup { arg } {
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
global GDB
|
global GDB
|
||||||
|
global verbose
|
||||||
|
|
||||||
set is_running_stub 0;
|
set is_running_stub 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user