diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/ref-params.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7cede72..76bf298 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2007-07-18 Kevin Buettner <kevinb@redhat.com> + * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit' + prior to `gdb_start'. + +2007-07-18 Kevin Buettner <kevinb@redhat.com> + * config/sid.exp (gdb_load): Add test for empty argument. Adjust return value to be compatible with gdb_run_cmd in lib/gdb.exp. Remove call to gdb_unload. diff --git a/gdb/testsuite/gdb.cp/ref-params.exp b/gdb/testsuite/gdb.cp/ref-params.exp index 52c624c..9f5b806 100644 --- a/gdb/testsuite/gdb.cp/ref-params.exp +++ b/gdb/testsuite/gdb.cp/ref-params.exp @@ -46,6 +46,7 @@ proc gdb_start_again { text } { global binfile global srcfile + gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} |