[all-commits] [llvm/llvm-project] aa71d9: [lldb] Add lldb-mcp scaffolding (#155708)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 27 16:22:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa71d95199df4e1ed88d382002181cc9f0fa9327
https://github.com/llvm/llvm-project/commit/aa71d95199df4e1ed88d382002181cc9f0fa9327
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M lldb/tools/CMakeLists.txt
A lldb/tools/lldb-mcp/CMakeLists.txt
A lldb/tools/lldb-mcp/lldb-mcp-Info.plist.in
A lldb/tools/lldb-mcp/lldb-mcp.cpp
Log Message:
-----------
[lldb] Add lldb-mcp scaffolding (#155708)
Add the scaffolding for a new tool called lldb-mcp. This utility is meant to
replace netcat and acts a proxy between the LLM and one or more LLDB
instances. In its current form, the utility is a trivial MCP server
without any tools or resources.
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