Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_examine

Analyze and display memory contents during debugging sessions by specifying an address, expression, and format (e.g., hex or instructions) with GDB session integration.

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" }

Other Tools from MCP GDB Server

Related Tools

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