* 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
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue