forked from Imagelibrary/binutils-gdb
* lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
properly.
This commit is contained in:
@@ -965,7 +965,7 @@ proc default_gdb_init { args } {
|
||||
}
|
||||
|
||||
proc gdb_init { args } {
|
||||
return [default_gdb_init];
|
||||
return [eval default_gdb_init $args];
|
||||
}
|
||||
|
||||
proc gdb_finish { } {
|
||||
|
||||
Reference in New Issue
Block a user