https://github.com/DrSergei updated
https://github.com/llvm/llvm-project/pull/145010
>From 262b3d4643b893a4db6733b7ae893bea5b2dcf84 Mon Sep 17 00:00:00 2001
From: Druzhkov Sergei
Date: Thu, 19 Jun 2025 15:50:27 +0300
Subject: [PATCH] [lldb-dap] Fix DAPError
---
lldb/tools/lldb-dap/DAPError.cp
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/145126
>From 2572a2f224d8c3372fadc0edfa2af5f618765669 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 20 Jun 2025 18:09:54 +0100
Subject: [PATCH 1/2] Reland "[lldb][DWARF] Remove object_pointer from
ParsedDW
https://github.com/eleviant created
https://github.com/llvm/llvm-project/pull/145241
Temporarily revert commit e066f35c6981c720e3a7e5883efc40c861b3b7ee, because
lldb tests randomly hang after it's been pushed.
>From 2f636e6b9f99592dda885e9c9af06464e0a2a6c0 Mon Sep 17 00:00:00 2001
From: Evgeny
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/5] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/145245
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/bulbazord approved this pull request.
https://github.com/llvm/llvm-project/pull/145245
___
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/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/6] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/145126
>From 2572a2f224d8c3372fadc0edfa2af5f618765669 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 20 Jun 2025 18:09:54 +0100
Subject: [PATCH 1/3] Reland "[lldb][DWARF] Remove object_pointer from
ParsedDW
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/145245
ArrayRef has a constructor that accepts std::nullopt. This
constructor dates back to the days when we still had llvm::Optional.
Since the use of std::nullopt outside the context of std::optional is
kind
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Kazu Hirata (kazutakahirata)
Changes
ArrayRef has a constructor that accepts std::nullopt. This
constructor dates back to the days when we still had llvm::Optional.
Since the use of std::nullopt outside the context of std::optional is
kind
https://github.com/eleviant closed
https://github.com/llvm/llvm-project/pull/145241
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: eleviant
Date: 2025-06-22T18:59:08+02:00
New Revision: 80b9fcf8fdf2a44da291b41d9244aa99e867f26c
URL:
https://github.com/llvm/llvm-project/commit/80b9fcf8fdf2a44da291b41d9244aa99e867f26c
DIFF:
https://github.com/llvm/llvm-project/commit/80b9fcf8fdf2a44da291b41d9244aa99e867f26c.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (eleviant)
Changes
Temporarily revert commit e066f35c6981c720e3a7e5883efc40c861b3b7ee, because
lldb tests randomly hang after it's been pushed.
---
Full diff: https://github.com/llvm/llvm-project/pull/145241.diff
4 Files Affected:
Author: Michael Buch
Date: 2025-06-22T11:41:48+01:00
New Revision: d2c0451d05d95c98727d2447abd1cb4bfed90890
URL:
https://github.com/llvm/llvm-project/commit/d2c0451d05d95c98727d2447abd1cb4bfed90890
DIFF:
https://github.com/llvm/llvm-project/commit/d2c0451d05d95c98727d2447abd1cb4bfed90890.diff
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (DrSergei)
Changes
This patch fixes a possible data race between main and event handler threads.
Terminated event can be sent from `Disconnect` function or event handler.
Consequently, there are some possible sequences of events. We m
DrSergei wrote:
The part about flaky test was moved to separate
[PR](https://github.com/llvm/llvm-project/pull/145231). Also, added tests for
DAPError class.
https://github.com/llvm/llvm-project/pull/145010
___
lldb-commits mailing list
lldb-commits@
https://github.com/DrSergei updated
https://github.com/llvm/llvm-project/pull/145010
>From b0263ab7f9d630d8751587c5365bb84d4fe140f4 Mon Sep 17 00:00:00 2001
From: Druzhkov Sergei
Date: Thu, 19 Jun 2025 15:50:27 +0300
Subject: [PATCH] [lldb-dap] Fix DAPError
---
lldb/tools/lldb-dap/DAPError.cp
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 cpp,h --
lldb/unittests/DAP/DAPErrorTest.cpp lldb/tools/lldb
slydiman wrote:
The buildbot lldb-remote-linux-ubuntu is still broken.
Please fix it ASAP or revert the patch.
https://github.com/llvm/llvm-project/pull/145072
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mai
https://github.com/DrSergei created
https://github.com/llvm/llvm-project/pull/145231
This patch fixes a possible data race between main and event handler threads.
Terminated event can be sent from `Disconnect` function or event handler.
Consequently, there are some possible sequences of events
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/145126
>From 2572a2f224d8c3372fadc0edfa2af5f618765669 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 20 Jun 2025 18:09:54 +0100
Subject: [PATCH] Reland "[lldb][DWARF] Remove object_pointer from
ParsedDWARFA
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/4] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/3] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/5] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/4] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/144998
>From 2c54344a0bf7c7937166820ae0ada92c4e4445cb Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Wed, 29 Jan 2025 12:15:35 +
Subject: [PATCH 1/2] [lldb][DWARFASTParserClang] Support constant index
encodi
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/145126
>From 2572a2f224d8c3372fadc0edfa2af5f618765669 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 20 Jun 2025 18:09:54 +0100
Subject: [PATCH 1/2] Reland "[lldb][DWARF] Remove object_pointer from
ParsedDW
27 matches
Mail list logo