diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-14 09:45:31 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | 0a7043e0c55b54adca5ded9bc619c24e5ea1689b (patch) | |
tree | ffb63d0cac0cce8af6d862b58d84feb3049d4343 /gdb/testsuite/gdb.mi/mi-nonstop.exp | |
parent | 2a904240990618a9557c53676c843e22e3f15af4 (diff) | |
download | gdb-0a7043e0c55b54adca5ded9bc619c24e5ea1689b.zip gdb-0a7043e0c55b54adca5ded9bc619c24e5ea1689b.tar.gz gdb-0a7043e0c55b54adca5ded9bc619c24e5ea1689b.tar.bz2 |
Use require support_displaced_stepping
This changes some tests to use "require support_displaced_stepping".
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop.exp b/gdb/testsuite/gdb.mi/mi-nonstop.exp index 8fa6003..84ba40a 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop.exp @@ -14,10 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -if { ![support_displaced_stepping] } { - unsupported "displaced stepping" - return -1 -} +require support_displaced_stepping load_lib mi-support.exp set MIFLAGS "-i=mi" |