[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (PR #155153)

2025-08-24 Thread Michael Buch via 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

[Lldb-commits] [lldb] [llvm] Stateful variable-location annotations in Disassembler::PrintInstructions() (follow-up to #147460) (PR #152887)

2025-08-24 Thread Abdullah Mohammad Amin via 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

[Lldb-commits] [lldb] [lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (PR #152284)

2025-08-24 Thread via lldb-commits
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

[Lldb-commits] [lldb] [lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (PR #152284)

2025-08-24 Thread via 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

[Lldb-commits] [lldb] [lldb] Add count for errors of DWO files in statistics and combine DWO file count functions (PR #155023)

2025-08-24 Thread Ziyi Wang via 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

[Lldb-commits] [lldb] [lldb] Add count for errors of DWO files in statistics (PR #155023)

2025-08-24 Thread Ziyi Wang via 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

[Lldb-commits] [lldb] [lldb] Add count for errors of DWO files in statistics (PR #155023)

2025-08-24 Thread Ziyi Wang via 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

[Lldb-commits] [lldb] [lldb] Add count for errors of DWO files in statistics (PR #155023)

2025-08-24 Thread Ziyi Wang via 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] [lldb] Add count for errors of DWO files in statistics --- lldb/inc

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via 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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via 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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via 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/3] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_P

[Lldb-commits] [lldb] 7b22660 - [lldb][test][NFC] Re-arrange ifdefs in compressed_pair.h

2025-08-24 Thread Michael Buch via lldb-commits
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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via 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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via 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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread via 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

[Lldb-commits] [lldb] [lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layouts (PR #155153)

2025-08-24 Thread Michael Buch via lldb-commits
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