2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Wed, 17 Dec 2003 22:32:18 +0000 (22:32 +0000)
committerMichael Chastain <mec@google.com>
Wed, 17 Dec 2003 22:32:18 +0000 (22:32 +0000)
* gdb.base/structs.exp: Call gdb_exit as well as gdb_start.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/structs.exp

index afbadf51fed40a7524d0057b7eea9212c164a992..bdbce116cefb0c48d8ee7a44c5e0d02d8a27b2cd 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
+
 2003-12-17  Jim Blandy  <jimb@redhat.com>
 
        * gdb.base/freebpcmd.c: Add copyright notice.
index 7ff54c9057c8546e8d999aae63c24a51c3d671a3..c0f596f5e25fe8d53a722a9b88b5edf35ca029d0 100644 (file)
@@ -81,6 +81,7 @@ proc start_structs_test { types } {
     }
 
     # Start with a fresh gdb.
+    gdb_exit
     gdb_start
     gdb_reinitialize_dir $srcdir/$subdir
     gdb_load ${binfile}
This page took 0.029929 seconds and 4 git commands to generate.