================ @@ -36,18 +36,19 @@ class FuncUnwinders { ~FuncUnwinders(); - lldb::UnwindPlanSP GetUnwindPlanAtCallSite(Target &target, Thread &thread); + std::shared_ptr<const UnwindPlan> GetUnwindPlanAtCallSite(Target &target, ---------------- JDevlieghere wrote:
Can we change the `UnwindPlanSP` typedef? Do we ever need a non-const UnwindPlan shared pointer? https://github.com/llvm/llvm-project/pull/133247 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits