Author: Jason Molenda
Date: 2025-05-11T23:57:53-07:00
New Revision: 48a814c7112d8d79f23ab18de7b2b80dee2c08bc
URL:
https://github.com/llvm/llvm-project/commit/48a814c7112d8d79f23ab18de7b2b80dee2c08bc
DIFF:
https://github.com/llvm/llvm-project/commit/48a814c7112d8d79f23ab18de7b2b80dee2c08bc.diff
Author: Pavel Labath
Date: 2025-05-12T07:57:43+02:00
New Revision: 9e44f0d669c116e896845d08ca603ca4f46be1db
URL:
https://github.com/llvm/llvm-project/commit/9e44f0d669c116e896845d08ca603ca4f46be1db
DIFF:
https://github.com/llvm/llvm-project/commit/9e44f0d669c116e896845d08ca603ca4f46be1db.diff
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/138896
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/jpienaar updated
https://github.com/llvm/llvm-project/pull/139252
>From c5ffbd84f8b68bae2112e8cec68803cefe571a72 Mon Sep 17 00:00:00 2001
From: Jacques Pienaar
Date: Fri, 9 May 2025 05:23:00 -0700
Subject: [PATCH 1/2] [lldb][plugin] Clear in same thread as set
Here we were i
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/139502
Add unit tests for serializing and deserializing protocol types.
>From 5fdd0d606262254f7363a55fd5ad38fe726b2dab Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Sun, 11 May 2025 23:28:21 -0700
Subjec
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
Add unit tests for serializing and deserializing protocol types.
---
Full diff: https://github.com/llvm/llvm-project/pull/139502.diff
2 Files Affected:
- (modified) lldb/unittests/DAP/CMakeLists.t
Author: Jason Molenda
Date: 2025-05-11T23:39:35-07:00
New Revision: b957cc0c7e8eb5895ca519c9cc09e099878f5fbb
URL:
https://github.com/llvm/llvm-project/commit/b957cc0c7e8eb5895ca519c9cc09e099878f5fbb
DIFF:
https://github.com/llvm/llvm-project/commit/b957cc0c7e8eb5895ca519c9cc09e099878f5fbb.diff
Author: Jonas Devlieghere
Date: 2025-05-11T16:14:03-07:00
New Revision: c1ecd0a92e51be383bc48eef06bfcba3ffdd413f
URL:
https://github.com/llvm/llvm-project/commit/c1ecd0a92e51be383bc48eef06bfcba3ffdd413f
DIFF:
https://github.com/llvm/llvm-project/commit/c1ecd0a92e51be383bc48eef06bfcba3ffdd413f.d
Author: Jonas Devlieghere
Date: 2025-05-11T16:20:30-07:00
New Revision: 5b97a5b2ae6368a9c1ad220d3b1d94c545578bed
URL:
https://github.com/llvm/llvm-project/commit/5b97a5b2ae6368a9c1ad220d3b1d94c545578bed
DIFF:
https://github.com/llvm/llvm-project/commit/5b97a5b2ae6368a9c1ad220d3b1d94c545578bed.d
Author: Jonas Devlieghere
Date: 2025-05-11T16:22:21-07:00
New Revision: 8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4
URL:
https://github.com/llvm/llvm-project/commit/8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4
DIFF:
https://github.com/llvm/llvm-project/commit/8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4.d
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/139402
>From b0996a236d9eaf70de562ae2cf0e1900417cae93 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Sat, 10 May 2025 12:08:29 -0700
Subject: [PATCH 1/3] [lldb-dap] Split lldb-dap into library and tool (NF
Author: Jonas Devlieghere
Date: 2025-05-11T14:48:40-07:00
New Revision: 6f84ec3496f5ec9038a59c11d2ea495f1e601049
URL:
https://github.com/llvm/llvm-project/commit/6f84ec3496f5ec9038a59c11d2ea495f1e601049
DIFF:
https://github.com/llvm/llvm-project/commit/6f84ec3496f5ec9038a59c11d2ea495f1e601049.d
Author: Emmanuel Ferdman
Date: 2025-05-11T14:47:21-07:00
New Revision: 2ccfb99d81d9fa9be6b0be02649d987106797979
URL:
https://github.com/llvm/llvm-project/commit/2ccfb99d81d9fa9be6b0be02649d987106797979
DIFF:
https://github.com/llvm/llvm-project/commit/2ccfb99d81d9fa9be6b0be02649d987106797979.di
github-actions[bot] wrote:
@emmanuel-ferdman 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
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/139402
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/139447
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -85,10 +76,11 @@ add_lldb_tool(lldb-dap
Support
)
-target_include_directories(lldb-dap PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+target_include_directories(lldbDAP
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR_DIR})
da-viper wrote:
```
https://github.com/da-viper requested changes to this pull request.
https://github.com/llvm/llvm-project/pull/139402
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/emmanuel-ferdman created
https://github.com/llvm/llvm-project/pull/139447
# PR Summary
Small PR - Several test functions for `term-width/height` completions had
identical names, causing silent overriding. This gives them distinct
_width/_height suffixes to ensure all tests r
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Emmanuel Ferdman (emmanuel-ferdman)
Changes
# PR Summary
Small PR - Several test functions for `term-width/height` completions had
identical names, causing silent overriding. This gives them distinct
_width/_height suffixes to ensure all t
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
@@ -0,0 +1,28 @@
+if(APPLE)
+ configure_file(
+${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in
+${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist
+)
+ # Inline info plist in binary (use target_link_options for this as soon as
CMake 3.13 is available)
+ set(CMAKE_E
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/139447
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/139402
Rate limit ยท GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,s
@@ -0,0 +1,28 @@
+if(APPLE)
+ configure_file(
+${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in
+${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist
+)
+ # Inline info plist in binary (use target_link_options for this as soon as
CMake 3.13 is available)
+ set(CMAKE_E
@@ -85,10 +76,11 @@ add_lldb_tool(lldb-dap
Support
)
-target_include_directories(lldb-dap PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+target_include_directories(lldbDAP
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR_DIR})
JDevlieghere wrote:
https://github.com/da-viper approved this pull request.
https://github.com/llvm/llvm-project/pull/139402
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -0,0 +1,28 @@
+add_lldb_tool(lldb-dap
+ lldb-dap.cpp
+
+ LINK_LIBS
+lldbDAP
+ )
+
+if(APPLE)
+ configure_file(
+${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in
+${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist
+)
+ target_link_options(lldb-dap
+PRIVAT
Author: Jonas Devlieghere
Date: 2025-05-11T16:29:53-07:00
New Revision: d129790ae89a106597e19475b6332e73cea663c2
URL:
https://github.com/llvm/llvm-project/commit/d129790ae89a106597e19475b6332e73cea663c2
DIFF:
https://github.com/llvm/llvm-project/commit/d129790ae89a106597e19475b6332e73cea663c2.d
Author: Jonas Devlieghere
Date: 2025-05-11T16:42:42-07:00
New Revision: 79fbef17128340923be177f8c4e841fc2cc8a9e9
URL:
https://github.com/llvm/llvm-project/commit/79fbef17128340923be177f8c4e841fc2cc8a9e9
DIFF:
https://github.com/llvm/llvm-project/commit/79fbef17128340923be177f8c4e841fc2cc8a9e9.d
Author: Jonas Devlieghere
Date: 2025-05-11T16:51:32-07:00
New Revision: e584af5861cec9ff8989487694f78855bee950dc
URL:
https://github.com/llvm/llvm-project/commit/e584af5861cec9ff8989487694f78855bee950dc
DIFF:
https://github.com/llvm/llvm-project/commit/e584af5861cec9ff8989487694f78855bee950dc.d
Author: Jonas Devlieghere
Date: 2025-05-11T16:32:43-07:00
New Revision: e62fc14a5d214f801758b35bdcad0c8efc65e8b8
URL:
https://github.com/llvm/llvm-project/commit/e62fc14a5d214f801758b35bdcad0c8efc65e8b8
DIFF:
https://github.com/llvm/llvm-project/commit/e62fc14a5d214f801758b35bdcad0c8efc65e8b8.d
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win`
running on `as-builder-10` while building `lldb` at step 16
"test-check-lldb-unit".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/197/builds/5187
Here is the relevant piece o
33 matches
Mail list logo