* lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
properly.
This commit is contained in:
parent
c68867051c
commit
585a4b7b35
2 changed files with 6 additions and 1 deletions
|
@ -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 { } {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue