https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147137
The libc++ and libstdc++ tests were pretty much an exact copy of each other.
This test moves the libc++ test into generic removes it from libstdc++. I moved
the `GLIBCXX_DEBUG` case over from libstdcxx. For
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into `generic`
and removes the libstdcpp test entirely.
Split o
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147141
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into `generic`
and removes the libstdcpp test entirely.
Split out
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147139
This combines the libc++ and libstdc++ test cases. The main difference was that
the libstdcpp tests had some tuple indexing tests that libc++ didn't have.
Split out from https://github.com/llvm/llvm-project/
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This combines the libc++ and libstdc++ test cases. The main difference was that
the libstdcpp tests had some tuple indexing tests that libc++ didn't have.
Split out from https://github.com/llvm/llvm-projec
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147140
This re-uses the `LibCxxContainerSummaryProvider` for the libstdc++ formatters.
There's a couple of containers that aren't making use of it for libstdc++. This
patch will make it easier to review when adding
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This re-uses the `LibCxxContainerSummaryProvider` for the libstdc++ formatters.
There's a couple of containers that aren't making use of it for libstdc++. This
patch will make it easier to review when addi
Michael137 wrote:
The libstdc++ formatter doesn't have a summary provider for tuples. So one of
the test-cases will fail. Will address that after
https://github.com/llvm/llvm-project/pull/147140
https://github.com/llvm/llvm-project/pull/147139
___
l
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147137
>From 7c3bc48f144a511f5fab330778b201a190622132 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sat, 5 Jul 2025 10:43:00 +0100
Subject: [PATCH 1/2] [lldb][test] Combine libstdc++ and libc++ vector
tests int
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
The libc++ and libstdc++ tests were pretty much an exact copy of each other.
This test moves the libc++ test into generic removes it from libstdc++. I moved
the `GLIBCXX_DEBUG` case over from libstdcxx. Fo
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/147140
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions h,cpp --
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147165
This patch adjusts the libcxx and libstdcxx std::shared_ptr formatters to look
the same.
Changes to libcxx:
* Now creates a synthetic child called `pointer` (like we already do for
`std::unique_ptr`)
Chang
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147166
Depends on https://github.com/llvm/llvm-project/pull/147165
This adds weak/strong counts to the std::shared_ptr summary of the libstdcxx
formatters. We already do this for libcxx. This will make it easier to
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
Depends on https://github.com/llvm/llvm-project/pull/147165
This adds weak/strong counts to the std::shared_ptr summary of the libstdcxx
formatters. We already do this for libcxx. This will make it easier
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This patch adjusts the libcxx and libstdcxx std::shared_ptr formatters to look
the same.
Changes to libcxx:
* Now creates a synthetic child called `pointer` (like we already do for
`std::unique_ptr`)
Cha
https://github.com/jasonmolenda updated
https://github.com/llvm/llvm-project/pull/147011
>From bf1838f4676bab0f7c998d3dbb03b6b593103335 Mon Sep 17 00:00:00 2001
From: Jason Molenda
Date: Fri, 4 Jul 2025 00:11:30 -0700
Subject: [PATCH 1/3] [lldb] Pass address expression command args through
Fix
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into generic and
removes the libstdcpp test entirely.
Split out
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147174
>From afaebb5e6a16bbf91f3de26ae69050e503d55158 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sun, 6 Jul 2025 07:37:17 +0100
Subject: [PATCH 1/3] [lldb][test] Combine libstdc++ and libc++ std::map tests
i
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147174
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into generic and
removes the libstdcpp test entirely.
Split out f
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into generic and
removes the libstdcpp test entirely.
Split out
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/147175
This combines the libc++ and libstdc++ test cases. The libstdcpp tests were a
subset of the libc++ test, so this patch moves the libcxx test into generic and
removes the libstdcpp test entirely.
Split out f
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147166
>From f9be1d811b66b050a79f83c16c7b404948c37505 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sat, 5 Jul 2025 12:42:39 +0100
Subject: [PATCH 1/3] [lldb][Formatters] Make libc++ and libstdc++
std::shared_p
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147165
>From f9be1d811b66b050a79f83c16c7b404948c37505 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sat, 5 Jul 2025 12:42:39 +0100
Subject: [PATCH 1/2] [lldb][Formatters] Make libc++ and libstdc++
std::shared_p
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147141
>From c5380d0632ad29e6aedcbf07dfb74b9264ffc5c9 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sat, 5 Jul 2025 12:22:01 +0100
Subject: [PATCH] [lldb][test] Combine libstdc++ and libc++ std::shared_ptr
test
25 matches
Mail list logo