[Lldb-commits] [lldb] [lldb] Refactor variable annotation logic in Disassembler::PrintInstructions (PR #156118)

2025-08-30 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/156118 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] d39772c - [lldb] Refactor variable annotation logic in Disassembler::PrintInstructions (#156118)

2025-08-30 Thread via lldb-commits
Author: Abdullah Mohammad Amin Date: 2025-08-30T13:17:05-07:00 New Revision: d39772cb053c194ef809f3ca765f37237c4e1956 URL: https://github.com/llvm/llvm-project/commit/d39772cb053c194ef809f3ca765f37237c4e1956 DIFF: https://github.com/llvm/llvm-project/commit/d39772cb053c194ef809f3ca765f37237c4e1

[Lldb-commits] [lldb] [llvm] Add AArch64 support to the premerge tests (PR #155274)

2025-08-30 Thread Tom Stellard via lldb-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/155274 >From 57697a66cfdddf2028c7260f1ce61ecacc550d00 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 25 Aug 2025 17:15:36 + Subject: [PATCH 01/55] Add AArch64 support to the premerge tests --- .github/wo

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `openmp-s390x-linux` running on `systemz-1` while building `clang,lldb,llvm,mlir` at step 6 "test-openmp". Full details are available at: https://lab.llvm.org/buildbot/#/builders/88/builds/15575 Here is the relevant piece of

[Lldb-commits] [lldb] 912ce26 - [NFC] Fix typos 'seperate' -> 'separate' (#144368)

2025-08-30 Thread via lldb-commits
Author: Roman Date: 2025-08-30T13:41:25Z New Revision: 912ce2631ff397660236a7dc35247f390b1d7818 URL: https://github.com/llvm/llvm-project/commit/912ce2631ff397660236a7dc35247f390b1d7818 DIFF: https://github.com/llvm/llvm-project/commit/912ce2631ff397660236a7dc35247f390b1d7818.diff LOG: [NFC] F

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread via lldb-commits
github-actions[bot] wrote: @GameRoMan Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a buil

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread Benjamin Maxwell via lldb-commits
https://github.com/MacDue closed https://github.com/llvm/llvm-project/pull/144368 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread Benjamin Maxwell via lldb-commits
https://github.com/MacDue auto_merge_enabled https://github.com/llvm/llvm-project/pull/144368 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread Benjamin Maxwell via lldb-commits
https://github.com/MacDue approved this pull request. LGTM, will merge if CI passes https://github.com/llvm/llvm-project/pull/144368 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] [NFC] Fix typos 'seperate' -> 'separate' (PR #144368)

2025-08-30 Thread Benjamin Maxwell via lldb-commits
https://github.com/MacDue updated https://github.com/llvm/llvm-project/pull/144368 >From 2b50682f230efa03c3b9a1f5c5e48e708734bf4d Mon Sep 17 00:00:00 2001 From: Roman A <121314722+gamero...@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:59:01 +0100 Subject: [PATCH] A couple of grammar fixes

[Lldb-commits] [lldb] [lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (PR #155939)

2025-08-30 Thread Dmitry Vasilyev via lldb-commits
slydiman wrote: @JDevlieghere ``` TEST 'lldb-api :: python_api/basename/TestGetBaseName.py' FAILED Script: -- C:/Python312/python.exe C:/buildbot/as-builder-10/lldb-x86-64/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR

[Lldb-commits] [lldb] [LLDB][NativePDB] Set IsDynmaicCXXType metadata for records (PR #155853)

2025-08-30 Thread via lldb-commits
@@ -118,7 +118,10 @@ loadMatchingPDBFile(std::string exe_path, llvm::BumpPtrAllocator &allocator) { // executable. if (!FileSystem::Instance().Exists(pdb_file)) { const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); -const auto pdb_name = File

[Lldb-commits] [lldb] [LLDB][NativePDB] Set IsDynmaicCXXType metadata for records (PR #155853)

2025-08-30 Thread via lldb-commits
https://github.com/Nerixyz updated https://github.com/llvm/llvm-project/pull/155853 >From 8505efc3d41de3b12a4ae63a70d50055a02f06fd Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Thu, 28 Aug 2025 16:33:57 +0200 Subject: [PATCH 1/6] [LLDB][NativePDB] Set IsDynmaicCXXType metadata for records ---