summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/RPC/Generator/Inputs/Server/CheckBasicIncludesEmit.h
AgeCommit message (Collapse)Author
2025-07-07[lldb][RPC] Upstream RPC server interface emitters (#138032)Chelsea Cassanova
This commit upstreams the LLDB RPC server interface emitters. These emitters generate the server-side API interfaces for RPC, which communicate directly with liblldb itself out of process using the SB API. https://discourse.llvm.org/t/rfc-upstreaming-lldb-rpc/85804