[Lldb-commits] [lldb] [LLDB] Fix std::shared_ptr formatter crash on windows (PR #141348)

2025-05-24 Thread Emanuel Berggren via lldb-commits
MrBoboGet wrote: Ah, it does, didn't think about double checking if it had been solved outside of main. Then this pull request is completely redundant https://github.com/llvm/llvm-project/pull/141348 ___ lldb-commits mailing list lldb-commits@lists.ll

[Lldb-commits] [lldb] [LLDB] Fix std::shared_ptr formatter crash on windows (PR #141348)

2025-05-24 Thread Emanuel Berggren via lldb-commits
https://github.com/MrBoboGet created https://github.com/llvm/llvm-project/pull/141348 lldb-dap crashes when requesting variables if the scope includes a std::shared_ptr, as it assumes that m_ptr_obj is not null after Update. This is however only true if Update doesn't fail for any reason, and

[Lldb-commits] [lldb] [LLDB] Fix std::shared_ptr formatter crash on windows (PR #141348)

2025-05-24 Thread Emanuel Berggren via lldb-commits
https://github.com/MrBoboGet closed https://github.com/llvm/llvm-project/pull/141348 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits