Commit def07ea
committed
[lldb][test] Fix TestEmptyFuncThreadStepOut.py
The test did not work as intended when the empty function 'done()'
contained epilog code, because a breakpoint was set on the first
instruction of the epilog instead of on the last instruction of the
function. This caused the test to pass even with the fix from #126838
reverted.1 parent a7016c4 commit def07ea
File tree
2 files changed
+17
-4
lines changed- lldb/test/API/functionalities/thread/finish-from-empty-func
2 files changed
+17
-4
lines changedLines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
29 | 42 | | |
30 | 43 | | |
31 | 44 | | |
32 | | - | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments