aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-exec-run.exp
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-02-17 14:56:39 +0000
committerAndrew Burgess <aburgess@redhat.com>2023-02-28 10:56:28 +0000
commit1ccc4abbb3dda91c94c54d3aaaa417f0d7740a3f (patch)
tree48bc949870c9189faede9b122b6eae741fa4a4f3 /gdb/testsuite/gdb.mi/mi-exec-run.exp
parentc8dfa492106ff57f3e1dd6731d5ba5b754f05616 (diff)
downloadgdb-1ccc4abbb3dda91c94c54d3aaaa417f0d7740a3f.zip
gdb-1ccc4abbb3dda91c94c54d3aaaa417f0d7740a3f.tar.gz
gdb-1ccc4abbb3dda91c94c54d3aaaa417f0d7740a3f.tar.bz2
gdb/testsuite: extend the use of mi_clean_restart
The mi_clean_restart proc calls the mi_gdb_start proc passing no arguments. In this commit I add an extra (optional) argument to the mi_clean_restart proc, and pass this through to mi_gdb_start. The benefit of this is that we can now use mi_clean_restart when we also want to pass the 'separate-mi-tty' or 'separate-inferior-tty' flags to mi_gdb_start, and avoids having to otherwise duplicate the contents of mi_clean_restart in different tests. I've updated the obvious places where this new functionality can be used, and I'm seeing no test regressions. Reviewed-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-exec-run.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-exec-run.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-exec-run.exp b/gdb/testsuite/gdb.mi/mi-exec-run.exp
index e3e6d9d..722634a 100644
--- a/gdb/testsuite/gdb.mi/mi-exec-run.exp
+++ b/gdb/testsuite/gdb.mi/mi-exec-run.exp
@@ -73,7 +73,6 @@ proc test {inftty_mode mi_mode force_fail} {
mi_delete_breakpoints
mi_gdb_reinitialize_dir $srcdir/$subdir
- mi_gdb_reinitialize_dir $srcdir/$subdir
mi_gdb_load ${bin}
# Useful for debugging: