[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `bolt,clang,lldb,llvm,mlir` at step 6 "test". Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/11367 Here is t

[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `bolt,clang,lldb,llvm,mlir` at step 16 "test-check-lldb-api". Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/14270 Here

[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread Matt Arsenault via lldb-commits
https://github.com/arsenm closed https://github.com/llvm/llvm-project/pull/157321 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread Matt Arsenault via lldb-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/157321 >From 5f2205d454e38e63ab6d9ed2a41ff8d8b674ec6b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 7 Sep 2025 09:03:22 +0900 Subject: [PATCH 1/2] MC: Add Triple overloads for more MC constructors Avoids mor

[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread Matt Arsenault via lldb-commits
https://github.com/arsenm auto_merge_enabled https://github.com/llvm/llvm-project/pull/157321 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [lldb] [llvm] [mlir] MC: Add Triple overloads for more MC constructors (PR #157321)

2025-09-07 Thread Matt Arsenault via lldb-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/157321 >From 5f2205d454e38e63ab6d9ed2a41ff8d8b674ec6b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 7 Sep 2025 09:03:22 +0900 Subject: [PATCH] MC: Add Triple overloads for more MC constructors Avoids more Tr

[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

2025-09-07 Thread via lldb-commits
https://github.com/tgs-sc updated https://github.com/llvm/llvm-project/pull/154123 >From f86f3acf76227f618c36147c260ae5fb72fc9e80 Mon Sep 17 00:00:00 2001 From: Timur Golubovich Date: Mon, 18 Aug 2025 17:29:01 +0300 Subject: [PATCH] [lldb][DWARFASTParserClang] Added a check for the specializat

[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

2025-09-07 Thread via lldb-commits
https://github.com/tgs-sc updated https://github.com/llvm/llvm-project/pull/154123 >From 5a639e67cbffecaba1728ad77cb531f1f40764dc Mon Sep 17 00:00:00 2001 From: Timur Golubovich Date: Mon, 18 Aug 2025 17:29:01 +0300 Subject: [PATCH] [lldb][DWARFASTParserClang] Added a check for the specializat

[Lldb-commits] [lldb] [lldb][ElfCore] Improve main executable detection in core files (PR #157170)

2025-09-07 Thread via lldb-commits
https://github.com/GeorgeHuyubo created https://github.com/llvm/llvm-project/pull/157170 This change improves how LLDB's ProcessElfCore plugin identifies the main executable when loading ELF core files. Previously, the code would simply use the first entry in the NT_FILE section, which is not

[Lldb-commits] [lldb] [lldb][elf-core][ARM] Add support for VFP registers (PR #155956)

2025-09-07 Thread via 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 origin/main HEAD --extensions cpp,c,h -- lldb/test/API/functionalities/postmortem/elf

[Lldb-commits] [lldb] 4b362f1 - [lldb][DataFormatter] Allow std::string formatters to match against custom allocators (#156050)

2025-09-07 Thread via lldb-commits
Author: Michael Buch Date: 2025-09-05T09:24:50+01:00 New Revision: 4b362f152e58abd6aeed5d603a6dfc10115ed1ab URL: https://github.com/llvm/llvm-project/commit/4b362f152e58abd6aeed5d603a6dfc10115ed1ab DIFF: https://github.com/llvm/llvm-project/commit/4b362f152e58abd6aeed5d603a6dfc10115ed1ab.diff

[Lldb-commits] [lldb] Default-initialize all fields of lldb_dap::protocol::Symbol. (PR #157150)

2025-09-07 Thread via lldb-commits
https://github.com/lexi-nadia created https://github.com/llvm/llvm-project/pull/157150 None >From 088a1dd896e7bbb27e4be3a59fd241928e0fccfd Mon Sep 17 00:00:00 2001 From: lexinadia Date: Fri, 5 Sep 2025 17:40:29 + Subject: [PATCH] Default-initialize all fields of lldb_dap::protocol::Symbol.

[Lldb-commits] [lldb] [lldb][elf-core][ARM] Add support for VFP registers (PR #155956)

2025-09-07 Thread Igor Kudrin via lldb-commits
https://github.com/igorkudrin updated https://github.com/llvm/llvm-project/pull/155956 >From b1348c5099d6071b08872b0bba67b8468c86c6fe Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Thu, 28 Aug 2025 14:39:37 -0700 Subject: [PATCH 1/4] [lldb][elf-core][ARM] Add support for VFP registers This p

[Lldb-commits] [lldb] [lldb-dap] Add new optional argument `time-to-live` when using `--connection` (PR #156803)

2025-09-07 Thread Roy Shi via lldb-commits
@@ -327,6 +366,11 @@ serveConnection(const Socket::SocketProtocol &protocol, const std::string &name, std::unique_lock lock(dap_sessions_mutex); dap_sessions.erase(&loop); std::notify_all_at_thread_exit(dap_sessions_condition, std::move(lock)); + + // St

[Lldb-commits] [lldb] a862225 - [lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#156681)

2025-09-07 Thread via lldb-commits
Author: Michael Buch Date: 2025-09-03T20:04:53+01:00 New Revision: a862225813c251c28b085603b7d32d4b111dbc57 URL: https://github.com/llvm/llvm-project/commit/a862225813c251c28b085603b7d32d4b111dbc57 DIFF: https://github.com/llvm/llvm-project/commit/a862225813c251c28b085603b7d32d4b111dbc57.diff

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [libcxx] [libcxxabi] [lld] [lldb] [llvm] [Inclusive Language] migrate "sanity" checks to "soundness" checks (PR #156995)

2025-09-07 Thread Rick van Voorden via lldb-commits
https://github.com/vanvoorden edited https://github.com/llvm/llvm-project/pull/156995 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrame affordance (PR #149622)

2025-09-07 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/149622 >From d5d9e01134e0cf78974cd5f50f028bd71756c24f Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 4 Sep 2025 14:59:44 -0700 Subject: [PATCH] [lldb] Introduce ScriptedFrame affordance This patch i

[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrame affordance (PR #149622)

2025-09-07 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/149622 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][elf-core][ARM] Add support for VFP registers (PR #155956)

2025-09-07 Thread Igor Kudrin via lldb-commits
@@ -152,6 +152,11 @@ constexpr RegsetDesc AARCH64_GCS_Desc[] = { {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_GCS}, }; +constexpr RegsetDesc ARM_VFP_Desc[] = { +{llvm::Triple::FreeBSD, llvm::Triple::UnknownArch, llvm::ELF::NT_ARM_VFP}, +{llvm::Tri

[Lldb-commits] [lldb] [LLDB] Make internal shell the default for running LLDB lit tests. (PR #156729)

2025-09-07 Thread David Spickett via lldb-commits
DavidSpickett wrote: Same on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/141/builds/11277 ``` TEST 'lldb-shell :: Process/UnsupportedLanguage.test' FAILED Exit Code: 1 Command Output (stdout): -- # RUN: at line 3 c:\users\tcwg\llvm-worker

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [libcxx] [libcxxabi] [lld] [lldb] [llvm] [Inclusive Language] migrate "sanity" checks to "soundness" checks (PR #156995)

2025-09-07 Thread Rick van Voorden via lldb-commits
vanvoorden wrote: > I'd like to see this massive change to be backed by an RFC on Discourse. @Endilll Fair enough… I opened an RFC pitch thread on the forums. Thanks! https://github.com/llvm/llvm-project/pull/156995 ___ lldb-commits mailing list lldb-

[Lldb-commits] [lldb] [lldb][DataFormatter] Allow std::string formatters to match against custom allocators (PR #156050)

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

[Lldb-commits] [lldb] [llvm] Remove filegroup rules for .pyi files removed in 22c2e15408553b2c172d407a8ee417adc2a93757 (PR #157178)

2025-09-07 Thread via lldb-commits
https://github.com/lexi-nadia closed https://github.com/llvm/llvm-project/pull/157178 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][elf-core][ARM] Add support for VFP registers (PR #155956)

2025-09-07 Thread Igor Kudrin via lldb-commits
https://github.com/igorkudrin updated https://github.com/llvm/llvm-project/pull/155956 >From b1348c5099d6071b08872b0bba67b8468c86c6fe Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Thu, 28 Aug 2025 14:39:37 -0700 Subject: [PATCH 1/5] [lldb][elf-core][ARM] Add support for VFP registers This p

[Lldb-commits] [lldb] [lldb][Instrumentation] Set selected frame to outside sanitizer libraries (PR #133079)

2025-09-07 Thread Michael Buch via lldb-commits
https://github.com/Michael137 updated https://github.com/llvm/llvm-project/pull/133079 >From 2314f9e584d736ce2093cc196c7c57c2087cde42 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Wed, 26 Mar 2025 12:54:36 + Subject: [PATCH 1/3] [lldb][Instrumentation] Set selected frame to outside san

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [libcxx] [libcxxabi] [lld] [lldb] [llvm] [Inclusive Language] migrate "sanity" checks to "soundness" checks (PR #156995)

2025-09-07 Thread Rick van Voorden via lldb-commits
https://github.com/vanvoorden edited https://github.com/llvm/llvm-project/pull/156995 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

2025-09-07 Thread via lldb-commits
tgs-sc wrote: @Michael137, can you please take a look as a week has passed? I added unittest and updated godbolt reproduction. https://github.com/llvm/llvm-project/pull/154123 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llv

[Lldb-commits] [lldb] [lldb-dap] Add new optional argument `time-to-live` when using `--connection` (PR #156803)

2025-09-07 Thread Roy Shi via lldb-commits
https://github.com/royitaqi edited https://github.com/llvm/llvm-project/pull/156803 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Default-initialize all fields of lldb_dap::protocol::Symbol. (PR #157150)

2025-09-07 Thread Jonas Devlieghere via lldb-commits
@@ -50,29 +50,29 @@ llvm::json::Value toJSON(const SourceLLDBData &); struct Symbol { /// The symbol id, usually the original symbol table index. - uint32_t id; + uint32_t id = 0; /// True if this symbol is debug information in a symbol. - bool isDebug; + bool isDeb

[Lldb-commits] [lldb] [lldb] Add some vector operations to the IRInterpreter (PR #155000)

2025-09-07 Thread Daniel Sanders via lldb-commits
@@ -30,9 +30,14 @@ class ArchitecturePPC64 : public Architecture { void AdjustBreakpointAddress(const Symbol &func, Address &addr) const override; + lldb::ByteOrder GetVectorElementOrder() const override; + private: static std::unique_ptr

[Lldb-commits] [lldb] [lldb][DataFormatter] Allow std::string formatters to match against custom allocators (PR #156050)

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

[Lldb-commits] [clang] [lldb] [Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (PR #157152)

2025-09-07 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-backend-powerpc @llvm/pr-subscribers-clang Author: Maryam Moghadas (maryammo) Changes --- Patch is 22.86 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/157152.diff 11 Files Affected: - (modified) clang/i

[Lldb-commits] [lldb] [LLDB] Make internal shell the default for running LLDB lit tests. (PR #156729)

2025-09-07 Thread Aiden Grossman via lldb-commits
boomanaiden154 wrote: > Ok, I will revert this and try to work out how to test/fix the issues on > windows (I wonder why it passed the windows CI premerge tests). It might be picking up a different `sed` binary now rather than a reasonably consistent one used by bash. > Maybe not? The failing

[Lldb-commits] [lldb] [lldb] Add utility to create Mach-O corefile from YAML desc (PR #153911)

2025-09-07 Thread Dmitry Vasilyev via lldb-commits
slydiman wrote: lldb-remote-linux-win uses Windows host to build and run tests on AArch64 Linux. Use @skipIf(hostoslist=["windows"]) instead of @skipIfWindows. https://github.com/llvm/llvm-project/pull/153911 ___ lldb-commits mailing list lldb-commits@

[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

2025-09-07 Thread via 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 origin/main HEAD --extensions cpp -- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTPar

[Lldb-commits] [lldb] [lldb-dap] Add new optional argument `time-to-live` when using `--connection` (PR #156803)

2025-09-07 Thread via lldb-commits
@@ -327,6 +366,11 @@ serveConnection(const Socket::SocketProtocol &protocol, const std::string &name, std::unique_lock lock(dap_sessions_mutex); dap_sessions.erase(&loop); std::notify_all_at_thread_exit(dap_sessions_condition, std::move(lock)); + + // St

[Lldb-commits] [lldb] [lldb][NFC] Architecture plugins should report the vector element order (PR #157198)

2025-09-07 Thread Michael Buch via lldb-commits
Michael137 wrote: > Some targets like PowerPC store their Is there some text missing here? https://github.com/llvm/llvm-project/pull/157198 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-

[Lldb-commits] [lldb] 371d1a8 - [lldb] Use weak pointers instead of shared pointers in DynamicLoader (#156446)

2025-09-07 Thread via lldb-commits
Author: Andrew Savonichev Date: 2025-09-04T20:36:14+09:00 New Revision: 371d1a8e3e8513becf0e25ec6e6830d29221a902 URL: https://github.com/llvm/llvm-project/commit/371d1a8e3e8513becf0e25ec6e6830d29221a902 DIFF: https://github.com/llvm/llvm-project/commit/371d1a8e3e8513becf0e25ec6e6830d29221a902.d

[Lldb-commits] [lldb] [lldb] Fix assertion when opcodes are exactly the length of the buffer (PR #157196)

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

[Lldb-commits] [lldb] [lldb][NFC] Architecture plugins should report the vector element order (PR #157198)

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