diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-08-05 09:48:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 09:48:26 -0700 |
commit | ed294c28aca6f1371df3de42131f7b41e2be151b (patch) | |
tree | 8ebc4af8626fdf9bb861bd927146aae457bc0824 /llvm/lib/TextAPI | |
parent | 1b651bf2b7a689dd418bf5244ade1d5d21f02b90 (diff) | |
download | llvm-ed294c28aca6f1371df3de42131f7b41e2be151b.zip llvm-ed294c28aca6f1371df3de42131f7b41e2be151b.tar.gz llvm-ed294c28aca6f1371df3de42131f7b41e2be151b.tar.bz2 |
[lldb] Move MCP protocol into its own library (NFC) (#152059)
This PR moves the MCP protocol code into its own library
(`lldbProtocolMCP`) so the code can be shared between the
`ProtocolServerMCP` plugin in LLDB as well as `lldb-mcp`. The goal is to
do the same thing for DAP (which, for now, would be used exclusively
from `lldb-dap`).
To make it clear that it's neither part of the `lldb` nor the
`lldb_private` namespace, I created a new `lldb_protocol` namespace.
Depending on how much code would be reused by lldb-dap, we may move more
code into the protocol library.
Diffstat (limited to 'llvm/lib/TextAPI')
0 files changed, 0 insertions, 0 deletions