diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-25 10:01:57 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-26 18:28:31 -0700 |
commit | 3ad2b4af38e38e10166906f5238db098c886e1f9 (patch) | |
tree | aa55aee7360c36a19d55494eca86288b12108a5a /gdb/testsuite/gdb.mi/mi-watch.exp | |
parent | d6acf25c03f8c507e134f7438bd4360464ce111e (diff) | |
download | gdb-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-watch.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-watch.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-watch.exp b/gdb/testsuite/gdb.mi/mi-watch.exp index a6e6f89..5303a41 100644 --- a/gdb/testsuite/gdb.mi/mi-watch.exp +++ b/gdb/testsuite/gdb.mi/mi-watch.exp @@ -31,8 +31,6 @@ set allow_hw_watchpoint_tests_p [allow_hw_watchpoint_tests] load_lib mi-support.exp set MIFLAGS "-i=mi" -gdb_exit - standard_testfile basics.c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { |