diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-25 14:42:39 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-26 18:28:32 -0700 |
commit | eefe81b52301076b6cdd5bec3664d1a4c4978b9f (patch) | |
tree | 310de6da916744f2a451655ba0c324c88c90c052 /gdb/testsuite/gdb.disasm/am33.exp | |
parent | 396b136e89e1a5b35a3b57a8662d190d1d9eef6d (diff) | |
download | fsf-binutils-gdb-eefe81b52301076b6cdd5bec3664d1a4c4978b9f.zip fsf-binutils-gdb-eefe81b52301076b6cdd5bec3664d1a4c4978b9f.tar.gz fsf-binutils-gdb-eefe81b52301076b6cdd5bec3664d1a4c4978b9f.tar.bz2 |
Use clean_restart in gdb.disasm
Change gdb.disasm to use clean_restart more consistently.
Diffstat (limited to 'gdb/testsuite/gdb.disasm/am33.exp')
-rw-r--r-- | gdb/testsuite/gdb.disasm/am33.exp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.disasm/am33.exp b/gdb/testsuite/gdb.disasm/am33.exp index a278f39..5193685 100644 --- a/gdb/testsuite/gdb.disasm/am33.exp +++ b/gdb/testsuite/gdb.disasm/am33.exp @@ -795,12 +795,7 @@ proc dsp_autoincrement_tests { } { } } -# Start with a fresh gdb. - -gdb_exit -gdb_start -gdb_reinitialize_dir $srcdir/$subdir -gdb_load $binfile +clean_restart $binfile call_tests movm_tests |