[binutils-gdb] Use clean_restart in gdb.ada
Tom Tromey
tromey@sourceware.org
Fri Jan 27 01:30:21 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0ce635282edde8281d84cec08657dfb00cb42586
commit 0ce635282edde8281d84cec08657dfb00cb42586
Author: Tom Tromey <tom@tromey.com>
Date: Wed Jan 25 10:48:27 2023 -0700
Use clean_restart in gdb.ada
Change gdb.ada to use clean_restart more consistently.
Diff:
---
gdb/testsuite/gdb.ada/assign_1.exp | 4 +---
gdb/testsuite/gdb.ada/boolean_expr.exp | 4 +---
gdb/testsuite/gdb.ada/ptype_arith_binop.exp | 4 +---
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/gdb/testsuite/gdb.ada/assign_1.exp b/gdb/testsuite/gdb.ada/assign_1.exp
index 88ba9a54f40..d5d81281e46 100644
--- a/gdb/testsuite/gdb.ada/assign_1.exp
+++ b/gdb/testsuite/gdb.ada/assign_1.exp
@@ -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).
diff --git a/gdb/testsuite/gdb.ada/boolean_expr.exp b/gdb/testsuite/gdb.ada/boolean_expr.exp
index c3b854fd331..fda5da1ed79 100644
--- a/gdb/testsuite/gdb.ada/boolean_expr.exp
+++ b/gdb/testsuite/gdb.ada/boolean_expr.exp
@@ -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\]+"
diff --git a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
index 19b85bfd4e1..bdfd5f0ce51 100644
--- a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
+++ b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
@@ -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"
More information about the Gdb-cvs
mailing list