We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c0692b + ebedfb6 commit 68a4e8eCopy full SHA for 68a4e8e
lldb/test/API/lang/swift/async/frame/language_specific_data/TestSwiftAsyncLanguageSpecificData.py
@@ -27,6 +27,8 @@ def test(self):
27
28
while process.state == lldb.eStateStopped:
29
thread = process.GetSelectedThread()
30
+ if thread.GetStopReason() != lldb.eStopReasonBreakpoint:
31
+ break
32
frame = thread.frames[0]
33
# Spin up the compiler so it can answer the explicit modules question.
34
self.expect("expression 1")
0 commit comments