From 0a7043e0c55b54adca5ded9bc619c24e5ea1689b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Dec 2022 09:45:31 -0700 Subject: Use require support_displaced_stepping This changes some tests to use "require support_displaced_stepping". --- gdb/testsuite/gdb.python/py-evthreads.exp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/testsuite/gdb.python') diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp index c9afbb7..fde5501 100644 --- a/gdb/testsuite/gdb.python/py-evthreads.exp +++ b/gdb/testsuite/gdb.python/py-evthreads.exp @@ -13,10 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if { ![support_displaced_stepping] } { - unsupported "displaced stepping" - return -1 -} +require support_displaced_stepping load_lib gdb-python.exp -- cgit v1.1