[Lldb-commits] [lldb] [LLDB] Simplify libstdc++ string summaries (PR #146562)

2025-07-03 Thread Dmitry Vasilyev via lldb-commits
slydiman wrote: Please look at https://lab.llvm.org/buildbot/#/builders/211/builds/181 This buildbot was red last 2 days. But probably this patch fixed `XPASS: lldb-api::TestCallStdStringFunction.py` and `@expectedFailureAll` can be removed. https://github.com/llvm/llvm-project/pull/146562 __

[Lldb-commits] [lldb] [LLDB] Simplify libstdc++ string summaries (PR #146562)

2025-07-02 Thread Michael Buch via lldb-commits
https://github.com/Michael137 closed https://github.com/llvm/llvm-project/pull/146562 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Simplify libstdc++ string summaries (PR #146562)

2025-07-02 Thread Michael Buch via lldb-commits
https://github.com/Michael137 approved this pull request. thanks! https://github.com/llvm/llvm-project/pull/146562 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Simplify libstdc++ string summaries (PR #146562)

2025-07-01 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: nerix (Nerixyz) Changes >From #143177. This combines the summaries for the pre- and post C++ 11 >`std::string` as well as `std::wstring`. In all cases, the data pointer is >reachable through `_M_dataplus._M_p`. It has the correct type (i.e

[Lldb-commits] [lldb] [LLDB] Simplify libstdc++ string summaries (PR #146562)

2025-07-01 Thread via lldb-commits
https://github.com/Nerixyz created https://github.com/llvm/llvm-project/pull/146562 >From #143177. This combines the summaries for the pre- and post C++ 11 >`std::string` as well as `std::wstring`. In all cases, the data pointer is >reachable through `_M_dataplus._M_p`. It has the correct type