[Lldb-commits] [lldb] [lldb] Add lldb-mcp scaffolding (PR #155708)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 27 15:39:19 PDT 2025
================
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.apple.lldb-dap</string>
----------------
ashgti wrote:
com.apple.lldb-mcp?
https://github.com/llvm/llvm-project/pull/155708
More information about the lldb-commits
mailing list