Use clean_restart in gdb.ada
authorTom Tromey <tom@tromey.com>
Wed, 25 Jan 2023 17:48:27 +0000 (10:48 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Jan 2023 01:28:32 +0000 (18:28 -0700)
Change gdb.ada to use clean_restart more consistently.

gdb/testsuite/gdb.ada/assign_1.exp
gdb/testsuite/gdb.ada/boolean_expr.exp
gdb/testsuite/gdb.ada/ptype_arith_binop.exp

index 88ba9a54f404eb61e4de412b2b781662b6599c06..d5d81281e465672a9412dfd3f22b8c5051fbeee4 100644 (file)
@@ -17,9 +17,7 @@ load_lib "ada.exp"
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 # Force the language to Ada, as this will not happen automatically
 # in this case (no test program).
index c3b854fd3310775794635e9651d72a6e535c990a..fda5da1ed7991624d11bafabd66048b5df9227ec 100644 (file)
@@ -17,9 +17,7 @@ load_lib "ada.exp"
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 set any_nb "\[0-9\]+"
 set any_addr "0x\[0-9a-zA-Z\]+"
index 19b85bfd4e10c2688c0a6eef4f48180a0e582ac9..bdfd5f0ce5139c5cd4423c427b916b8386cabcd4 100644 (file)
@@ -15,9 +15,7 @@
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 gdb_test_no_output "set lang ada" \
          "set lang ada"