[all-commits] [llvm/llvm-project] bde015: [lldb] Create ThreadPlanStepOut ctor that never sk...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Apr 17 09:48:50 PDT 2025
Branch: refs/heads/users/felipepiovezan/step_out_4
Home: https://github.com/llvm/llvm-project
Commit: bde0158076982b16b3ae8341fa7553e1a22eb33a
https://github.com/llvm/llvm-project/commit/bde0158076982b16b3ae8341fa7553e1a22eb33a
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M lldb/include/lldb/Target/ThreadPlanStepOut.h
M lldb/source/Target/Thread.cpp
M lldb/source/Target/ThreadPlanStepOut.cpp
Log Message:
-----------
[lldb] Create ThreadPlanStepOut ctor that never skips frames
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list