Commit ca68200
committed
[lldb] Fix ThreadPlanStepThroughGenericTrampoline
With the rework upstream of step plans, NextRangeBreakpointExplainsStop
was made stateless so the check if the break breakpoints needs to be
cleared needs to be moved to the ShoudStop method.
rdar://159531057
rdar://1596752041 parent 0a25acc commit ca68200
File tree
3 files changed
+3
-3
lines changed- lldb
- source/Target
- test/API/lang
- c/trampoline_stepping
- swift/cxx_interop/backward/stepping
3 files changed
+3
-3
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments