Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / tools / lldb-server / TestGdbRemoteSingleStep.py
blob0f52be9e346b58edf46244479d3f06d8fe207ad1
1 import gdbremote_testcase
2 from lldbsuite.test.decorators import *
3 from lldbsuite.test.lldbtest import *
4 from lldbsuite.test import lldbutil
7 class TestGdbRemoteSingleStep(gdbremote_testcase.GdbRemoteTestCaseBase):
8 @skipIfWindows # No pty support to test any inferior std -i/e/o
9 @skipIf(triple="^mips")
10 def test_single_step_only_steps_one_instruction_with_s(self):
11 self.build()
12 self.set_inferior_startup_launch()
13 self.single_step_only_steps_one_instruction(
14 use_Hc_packet=True, step_instruction="s"