diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-25 10:44:25 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-26 18:28:31 -0700 |
commit | 6dbbae3b67883fe33c3010557b2cb16d1e4c278a (patch) | |
tree | e016a0d4d2972707eadf76667002039430d5eb22 /gdb/testsuite/gdb.arch/thumb-prologue.exp | |
parent | 888438e2b4146f9b1021ea240f78f04975a9d925 (diff) | |
download | gdb-6dbbae3b67883fe33c3010557b2cb16d1e4c278a.zip gdb-6dbbae3b67883fe33c3010557b2cb16d1e4c278a.tar.gz gdb-6dbbae3b67883fe33c3010557b2cb16d1e4c278a.tar.bz2 |
Use clean_restart in gdb.arch
Change gdb.arch to use clean_restart more consistently.
Diffstat (limited to 'gdb/testsuite/gdb.arch/thumb-prologue.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/thumb-prologue.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.arch/thumb-prologue.exp b/gdb/testsuite/gdb.arch/thumb-prologue.exp index 1d74a30..a33a59b 100644 --- a/gdb/testsuite/gdb.arch/thumb-prologue.exp +++ b/gdb/testsuite/gdb.arch/thumb-prologue.exp @@ -27,10 +27,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {"add } -gdb_exit -gdb_start -gdb_reinitialize_dir $srcdir/$subdir -gdb_load ${binfile} +clean_restart $binfile # # Run to `main' where we begin our tests. |