[all-commits] [llvm/llvm-project] 9bfb34: [lldb][RPC] Upstream lldb-rpc-gen tool (#138031)
Chelsea Cassanova via All-commits
all-commits at lists.llvm.org
Thu Jul 3 15:31:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bfb347ea0a0a260eb505921dfc0cb824a6ced5d
https://github.com/llvm/llvm-project/commit/9bfb347ea0a0a260eb505921dfc0cb824a6ced5d
Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/test/CMakeLists.txt
A lldb/test/Shell/RPC/Generator/Inputs/SBDummy.h
A lldb/test/Shell/RPC/Generator/Tests/CheckRPCGenToolByproducts.test
A lldb/test/Shell/RPC/Generator/lit.local.cfg
M lldb/test/Shell/helper/toolchain.py
M lldb/test/Shell/lit.site.cfg.py.in
M lldb/tools/CMakeLists.txt
A lldb/tools/lldb-rpc/CMakeLists.txt
A lldb/tools/lldb-rpc/LLDBRPCGeneration.cmake
A lldb/tools/lldb-rpc/LLDBRPCHeaders.cmake
A lldb/tools/lldb-rpc/lldb-rpc-gen/CMakeLists.txt
A lldb/tools/lldb-rpc/lldb-rpc-gen/RPCCommon.cpp
A lldb/tools/lldb-rpc/lldb-rpc-gen/RPCCommon.h
A lldb/tools/lldb-rpc/lldb-rpc-gen/lldb-rpc-gen.cpp
Log Message:
-----------
[lldb][RPC] Upstream lldb-rpc-gen tool (#138031)
This commit upstreams the `lldb-rpc-gen` tool, a ClangTool that
generates the LLDB RPC client and server interfaces. This tool, as well
as LLDB RPC itself is built by default. If it needs to be disabled, put
-DLLDB_BUILD_LLDBRPC=OFF in your CMake invocation.
https://discourse.llvm.org/t/rfc-upstreaming-lldb-rpc/85804
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