[Lldb-commits] [lldb] [lldb] s/ValidRange/ValidRanges in UnwindPlan (PR #127661)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 04:30:10 PST 2025


labath wrote:

After chewing through #129030, I started to think that the map isn't really necessary and it's often better construct the unwind plan using an auxiliary structure. The new version reverts the container change and the removal of AppendRow. I've kept the AddressRanges change and the other small improvements.

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


More information about the lldb-commits mailing list