https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/155153
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
UltimateForce21 wrote:
I just wanted to provide an update on the CI failures:
I reverted the branch back to commit e5e168f (which previously passed all Linux
Build Tests) and force-pushed, but the same LLDB data formatter tests are still
failing in the current workflow run. Based on this, I do
b10902118 wrote:
I have build and test this PR. It is good.
https://github.com/llvm/llvm-project/pull/152284
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
b10902118 wrote:
>I haven't test this one, but older version seems to already have problem with
>thumb breakpoint. In my manual test, soft bp caused segmentation fault on 6.15
>arm64 linux kernel (just remember qemu complained [GUP] and gpt says it is
>stack allocation issue), but ok on my old
https://github.com/zw3917 edited
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 edited
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/2] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH] [lldb] Add count for errors of DWO files in statistics
---
lldb/inc
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/155153
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/155153
>From 22b5d317734db08595ace31c05423b1fe184f748 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sun, 24 Aug 2025 10:24:26 +0100
Subject: [PATCH 1/4] [lldb][DataFormatters] Support newer
_LIBCPP_COMPRESSED_P
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/155153
>From 22b5d317734db08595ace31c05423b1fe184f748 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sun, 24 Aug 2025 10:24:26 +0100
Subject: [PATCH 1/3] [lldb][DataFormatters] Support newer
_LIBCPP_COMPRESSED_P
Author: Michael Buch
Date: 2025-08-24T13:32:21+01:00
New Revision: 7b22660d2aa0a9906e85d2c25e8a6577c39b31e0
URL:
https://github.com/llvm/llvm-project/commit/7b22660d2aa0a9906e85d2c25e8a6577c39b31e0
DIFF:
https://github.com/llvm/llvm-project/commit/7b22660d2aa0a9906e85d2c25e8a6577c39b31e0.diff
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/155153
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/155153
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
Starting with https://github.com/llvm/llvm-project/pull/154686 the
compressed_pair children are now wrapped in an anonymous structure.
This patch adjusts the LLDB data-formatters to support that.
---
Full
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/155153
Starting with https://github.com/llvm/llvm-project/pull/154686 the
compressed_pair children are now wrapped in an anonymous structure.
This patch adjusts the LLDB data-formatters to support that.
>From 9ad9
16 matches
Mail list logo