* lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init

properly.
This commit is contained in:
Bob Manson 1997-06-18 18:13:19 +00:00
parent c68867051c
commit 585a4b7b35
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
* lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
properly.
Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
* lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as

View file

@ -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 { } {