Skip to content

Commit 0f4c8dd

Browse files
committed
[lldb][test] Fix ThreadStepUntilAPI.py
After #167359 / 95db31e. A fix was attempted in #167423 but was not quite enough. From what I could understand, in v1 format you have to specify all the basic blocks. Where before !call_me implied they were all cold (I think, very shaky understanding here). For this test we want to see blocks like call_me/foo/call_me. So adding a line for block 1 fixes the tests. It could produce more blocks at some point but I think as long as foo is within two of them, it'll be fine.
1 parent efc0ab0 commit 0f4c8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
v1
22
f call_me
33
c 0
4+
c 1

0 commit comments

Comments
 (0)