[all-commits] [llvm/llvm-project] 6f84ec: [lldb-dap] Split lldb-dap into library and tool (N...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun May 11 14:49:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f84ec3496f5ec9038a59c11d2ea495f1e601049
https://github.com/llvm/llvm-project/commit/6f84ec3496f5ec9038a59c11d2ea495f1e601049
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-05-11 (Sun, 11 May 2025)
Changed paths:
M lldb/tools/lldb-dap/CMakeLists.txt
R lldb/tools/lldb-dap/lldb-dap-Info.plist.in
R lldb/tools/lldb-dap/lldb-dap.cpp
A lldb/tools/lldb-dap/tool/CMakeLists.txt
A lldb/tools/lldb-dap/tool/lldb-dap-Info.plist.in
A lldb/tools/lldb-dap/tool/lldb-dap.cpp
M lldb/unittests/CMakeLists.txt
A lldb/unittests/DAP/CMakeLists.txt
A lldb/unittests/DAP/JSONUtilsTest.cpp
Log Message:
-----------
[lldb-dap] Split lldb-dap into library and tool (NFC) (#139402)
Split lldb-dap into a library (lldbDAP) and a tool (lldb-dap). The
motivation is being able to link parts of lldb-dap separately, for
example to support unit testing and fuzzing.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list