Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_step

Step through program execution in a GDB debugging session, either by source lines or instructions, to analyze code behavior and debug issues effectively.

Instructions

Step program execution

Input Schema

NameRequiredDescriptionDefault
instructionsNoStep by instructions instead of source lines (optional)
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "instructions": { "description": "Step by instructions instead of source lines (optional)", "type": "boolean" }, "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/signal-slot/mcp-gdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server