Home
last modified time | relevance | path

Searched refs:waitForStop (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-vscode/step/
DTestVSCode_step.py53 self.stepIn(threadId=tid, waitForStop=True)
61 self.stepOut(threadId=tid, waitForStop=True)
69 self.stepOver(threadId=tid, waitForStop=True)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py210 def stepIn(self, threadId=None, waitForStop=True): argument
212 if waitForStop:
216 def stepOver(self, threadId=None, waitForStop=True): argument
218 if waitForStop:
222 def stepOut(self, threadId=None, waitForStop=True): argument
224 if waitForStop: