[Lldb-commits] [lldb] [lldb][nfc] Add customization flags for ThreadPlanStepOut (PR #135866)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 16 08:12:44 PDT 2025


felipepiovezan wrote:

>then it would queue up a ThreadPlanStepOut that would go to that frame.

To elaborate on this, today there is no constructor for StepOut that allows one to specify a target frame. This is also something we would need to create for that to work, right? 

https://github.com/llvm/llvm-project/pull/135866


More information about the lldb-commits mailing list