Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_backtrace

Display the call stack during a GDB debugging session to identify the sequence of function calls. Optionally include variables and limit the number of frames shown for focused analysis.

Instructions

Show call stack

Input Schema

NameRequiredDescriptionDefault
fullNoShow variables in each frame (optional)
limitNoMaximum number of frames to show (optional)
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "full": { "description": "Show variables in each frame (optional)", "type": "boolean" }, "limit": { "description": "Maximum number of frames to show (optional)", "type": "number" }, "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