[Lldb-commits] [lldb] Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (PR #134246)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 4 00:49:20 PDT 2025


labath wrote:

> I wasn't able to reproduce the problem locally either, but I've got the same failing tests with the same stack traces by setting
> 
> ```
> const UnwindPlan::Row *active_row = (const UnwindPlan::Row *) 0x1;
> ```


Good idea. Thanks for trying it out.

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


More information about the lldb-commits mailing list