[Lldb-commits] [lldb] Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (PR #134246)
Vladislav Dzhidzhoev via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 3 09:49:06 PDT 2025
https://github.com/dzhidzhoev approved this pull request.
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;
```
I think it should work.
https://github.com/llvm/llvm-project/pull/134246
More information about the lldb-commits
mailing list