Skip to content

Commit 2c2377d

Browse files
authored
Add lldb-dap to Swift distributions (#88482)
This includes the lldb-dap executable in the MacOS and Linux distributions of Swift. Currently there is a commit in the Apple repo to do this for just MacOS swiftlang#8176. This PR extends this to both Linux and MacOS and brings the change upstream. @JDevlieghere @adrian-prantl
1 parent 33e6b48 commit 2c2377d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/cmake/caches/Apple-lldb-Linux.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
55
lldb
66
liblldb
77
lldb-argdumper
8+
lldb-dap
89
lldb-server
910
lldb-python-scripts
1011
CACHE STRING "")

lldb/cmake/caches/Apple-lldb-macOS.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
2222
lldb
2323
liblldb
2424
lldb-argdumper
25+
lldb-dap
2526
darwin-debug
2627
debugserver
2728
CACHE STRING "")

0 commit comments

Comments
 (0)