Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_finish

Execute until the current function returns in a GDB debugging session. Simplify debugging by automatically stepping through code to the end of the function without manual intervention.

Instructions

Execute until the current function returns

Input Schema

NameRequiredDescriptionDefault
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId" ], "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