[Lldb-commits] [lldb] [lldb-mcp] Adding a tool to list debuggers again. (PR #158340)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 12 17:00:01 PDT 2025


https://github.com/JDevlieghere approved this pull request.

LGTM. 

Not directly related to this PR, but something I'm planning to address that will affect this. I've gotten some reports that nearly all models struggle with the debugger IDs being 1-based. Some of them are smart enough to try 1 if 0 fails, but others just give up. I'm planning to make them zero based at the MCP layer.

https://github.com/llvm/llvm-project/pull/158340


More information about the lldb-commits mailing list