-
securityA
license-
qualityA MCP server for LLDB that allows automatic analyzing, debugging and disassembling of native apps.
Last updated -
58
BSD 2-Clause "Simplified" License
基于MCP协议的GDB/MI协议服务器,提供带有AI助手的远程应用程序调试功能。
在发布页面中找到二进制文件,根据您的工作平台选择一个,然后您就可以直接运行它。
克隆存储库并通过 cargo 构建它
./mcp-server-gdb
server-gdbhttp://127.0.0.1:8080
您可以通过修改src/config.rs
文件或环境变量来调整服务器配置:
create_session
创建一个新的 GDB 调试会话get_session
获取特定会话信息get_all_sessions
- 获取所有会话close_session
- 关闭会话start_debugging
开始调试stop_debugging
停止调试continue_execution
- 继续执行step_execution
- 进入下一行next_execution
- 跨过下一行get_breakpoints
- 获取断点列表set_breakpoint
- 设置断点delete_breakpoint
- 删除断点get_stack_frames
- 获取堆栈框架信息get_local_variables
- 获取局部变量get_registers
- 获取寄存器read_memory
- 读取内存内容麻省理工学院
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
基于MCP协议的GDB/MI协议服务器,提供远程应用程序调试功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pansila/mcp_server_gdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server