aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-async.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-25 10:01:57 -0700
committerTom Tromey <tom@tromey.com>2023-01-26 18:28:31 -0700
commit3ad2b4af38e38e10166906f5238db098c886e1f9 (patch)
treeaa55aee7360c36a19d55494eca86288b12108a5a /gdb/testsuite/gdb.mi/mi-async.exp
parentd6acf25c03f8c507e134f7438bd4360464ce111e (diff)
downloadgdb-3ad2b4af38e38e10166906f5238db098c886e1f9.zip
gdb-3ad2b4af38e38e10166906f5238db098c886e1f9.tar.gz
gdb-3ad2b4af38e38e10166906f5238db098c886e1f9.tar.bz2
Use mi_clean_restart more
This changes a number of MI tests to use mi_clean_restart rather than separate calls. This reduces the number of lines, which is nice, and also provides a nicer model to copy for future tests.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-async.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-async.exp11
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-async.exp b/gdb/testsuite/gdb.mi/mi-async.exp
index f970fc7..4bc82d5 100644
--- a/gdb/testsuite/gdb.mi/mi-async.exp
+++ b/gdb/testsuite/gdb.mi/mi-async.exp
@@ -35,11 +35,6 @@ set GDBFLAGS [concat $GDBFLAGS " -ex \"set mi-async on\""]
load_lib mi-support.exp
-gdb_exit
-if [mi_gdb_start] {
- return
-}
-
standard_testfile basics.c
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
@@ -47,9 +42,9 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
return -1
}
-mi_delete_breakpoints
-mi_gdb_reinitialize_dir $srcdir/$subdir
-mi_gdb_load ${binfile}
+if {[mi_clean_restart $binfile]} {
+ return
+}
# mi_gdb_test cannot be used for asynchronous commands because there are
# two prompts involved and this can lead to a race condition.