Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_examine

Analyze memory addresses during debugging by specifying expressions, display formats, and data count using GDB session IDs. Simplify memory inspection for development workflows.

Instructions

Examine memory

Input Schema

NameRequiredDescriptionDefault
countNoNumber of units to display
expressionYesMemory address or expression
formatNoDisplay format (e.g., "x" for hex, "i" for instruction)
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of units to display", "type": "number" }, "expression": { "description": "Memory address or expression", "type": "string" }, "format": { "description": "Display format (e.g., \"x\" for hex, \"i\" for instruction)", "type": "string" }, "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId", "expression" ], "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