Files
clang-p2996/lldb/include
Felipe de Azevedo Piovezan 12becfff03 [lldb] Create ThreadPlanStepOut ctor that never skips frames (#136163)
The function QueueThreadPlanForStepOutNoShouldStop has the semantics of
"go this parent frame"; ThreadPlanStepOut needs to respect that, not
skipping over any frames it finds uninteresting. This commit creates a
constructor that respects such instruction.
2025-04-17 14:13:28 -07:00
..