@@ -116,77 +116,79 @@ void SendProcessEvent(DAP &dap, LaunchMethod
launch_method) {
// Send a thread stopped event for all threads as long as the process
// is stopped.
-void SendThreadStoppedEvent(DAP &dap) {
+void SendThreadStoppedEvent(DAP &dap, bool on_entry) {
--
@@ -8,72 +8,43 @@
#include "DAP.h"
#include "EventHelper.h"
-#include "JSONUtils.h"
+#include "Protocol/ProtocolRequests.h"
+#include "ProtocolUtils.h"
#include "RequestHandler.h"
+#include "lldb/API/SBDebugger.h"
+#include "lldb/API/SBDefines.h"
+#include "llvm/Support/Error
@@ -0,0 +1,154 @@
+//===-- SymbolFileDWARFDebugMapTests.cpp
--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
ashgti wrote:
> Can you add a `Thread` serialization/deserialization unit test?
I added some unit tests but looking at this a bit more, I took some time to try
a slightly different approach to validating the serialization logic.
Specifically, using `roundtrip` and the individual asserts on eac
https://github.com/aaupov edited
https://github.com/llvm/llvm-project/pull/142698
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/aaupov closed
https://github.com/llvm/llvm-project/pull/142698
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -72,14 +72,24 @@ inline const size_t __datasizeof_v =
template
struct __lldb_is_final : public integral_constant {};
-template class __compressed_pair_padding {
- char __padding_[((is_empty<_ToPad>::value &&
-!__lldb_is_final<_ToPad>::value) ||
-
DavidSpickett wrote:
We think all this needs is an updated expected message, but someone will have
to confirm and it might be more complex.
So I'm fine disabling this to not distract from getting the new bot online.
https://github.com/llvm/llvm-project/pull/142573
_
https://github.com/DavidSpickett approved this pull request.
Identical code to Linux apart from `/lwp/` in place of `/task/`. Wondered if we
could share that but as long as it remains identical, we could always do it
later if we want.
It would be something like `getProcFile(::pid_t pid, ::pid_
https://github.com/DavidSpickett approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/142573
___
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: Hemang Gadhavi (HemangGadhavi)
Changes
This PR is in reference to porting LLDB on AIX.
Link to discussions on llvm discourse and github:
1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-project/issu
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/142583
If we're not touching them, we don't need to do anything special to pass them
along -- with one important caveat: due to how cmake arguments work, the
implicitly passed arguments need to be specified before argu
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: Pavel Labath (labath)
Changes
If we're not touching them, we don't need to do anything special to pass them
along -- with one important caveat: due to how cmake arguments work, the
implicitly passed arguments need to be specifie
Author: Michael Buch
Date: 2025-06-03T12:17:50+01:00
New Revision: c48c91a92e50e7e01ab9befa1ff7f3bc9662ecac
URL:
https://github.com/llvm/llvm-project/commit/c48c91a92e50e7e01ab9befa1ff7f3bc9662ecac
DIFF:
https://github.com/llvm/llvm-project/commit/c48c91a92e50e7e01ab9befa1ff7f3bc9662ecac.diff
Author: Michael Buch
Date: 2025-06-03T12:20:31+01:00
New Revision: 05547fc3ec803b779beefeb52d21ef76cf00413f
URL:
https://github.com/llvm/llvm-project/commit/05547fc3ec803b779beefeb52d21ef76cf00413f
DIFF:
https://github.com/llvm/llvm-project/commit/05547fc3ec803b779beefeb52d21ef76cf00413f.diff
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Hemang Gadhavi (HemangGadhavi)
Changes
This PR is in reference to porting LLDB on AIX.
Link to discussions on llvm discourse and github:
1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-proj
https://github.com/HemangGadhavi created
https://github.com/llvm/llvm-project/pull/142586
This PR is in reference to porting LLDB on AIX.
Link to discussions on llvm discourse and github:
1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-project/issues/1
vogelsgesang wrote:
superseded by #140486
https://github.com/llvm/llvm-project/pull/105446
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/vogelsgesang closed
https://github.com/llvm/llvm-project/pull/105446
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: David Spickett
Date: 2025-06-03T09:33:24Z
New Revision: 75ec944e38eedfc9357171697bceabe98dd9fadb
URL:
https://github.com/llvm/llvm-project/commit/75ec944e38eedfc9357171697bceabe98dd9fadb
DIFF:
https://github.com/llvm/llvm-project/commit/75ec944e38eedfc9357171697bceabe98dd9fadb.diff
LOG
https://github.com/HemangGadhavi edited
https://github.com/llvm/llvm-project/pull/142586
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/HemangGadhavi edited
https://github.com/llvm/llvm-project/pull/142586
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/slydiman created
https://github.com/llvm/llvm-project/pull/142573
See #142196 and https://github.com/llvm/llvm-zorg/pull/452 for details.
>From 7f770486b80d0f927f5e4ad16f5e31a771b2ad0a Mon Sep 17 00:00:00 2001
From: Dmitry Vasilyev
Date: Tue, 3 Jun 2025 14:28:58 +0400
Subjec
llvmbot wrote:
@llvm/pr-subscribers-lldb
@llvm/pr-subscribers-platform-windows
Author: Dmitry Vasilyev (slydiman)
Changes
See #142196 and https://github.com/llvm/llvm-zorg/pull/452 for details.
---
Full diff: https://github.com/llvm/llvm-project/pull/142573.diff
1 Files Affected:
- (mo
Author: Michael Buch
Date: 2025-06-03T13:16:03+01:00
New Revision: 3ddc1e1cf397bd495f5aa42b04630561a9e6bf47
URL:
https://github.com/llvm/llvm-project/commit/3ddc1e1cf397bd495f5aa42b04630561a9e6bf47
DIFF:
https://github.com/llvm/llvm-project/commit/3ddc1e1cf397bd495f5aa42b04630561a9e6bf47.diff
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
Changes
Replace (questionable) header globs with an explicit argument supported by
llvm_add_library.
---
Full diff: https://github.com/llvm/llvm-project/pull/142587.diff
17 Files Affected:
- (modified) lldb/CMakeLi
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/142587
Replace (questionable) header globs with an explicit argument supported by
llvm_add_library.
>From 450e714d9eb1a6f15a6b6065cf0c60f120948f65 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Tue, 3 Jun 2025 13:4
Author: Michael Buch
Date: 2025-06-03T12:10:15+01:00
New Revision: 9c52b177ea27778e904908c974e8113ed637dd69
URL:
https://github.com/llvm/llvm-project/commit/9c52b177ea27778e904908c974e8113ed637dd69
DIFF:
https://github.com/llvm/llvm-project/commit/9c52b177ea27778e904908c974e8113ed637dd69.diff
101 - 128 of 128 matches
Mail list logo