Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_load_core

Load and analyze core dump files in GDB debugging sessions by specifying the executable path and core file location to diagnose program crashes.

Instructions

Load a core dump file

Input Schema

NameRequiredDescriptionDefault
corePathYesPath to the core dump file
programYesPath to the program executable
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "corePath": { "description": "Path to the core dump file", "type": "string" }, "program": { "description": "Path to the program executable", "type": "string" }, "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId", "program", "corePath" ], "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