GDB
JSON →A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Tools · 16
- create_session Create a new GDB debugging session
- get_session Get specific session information
- get_all_sessions Get all sessions
- close_session Close session
- start_debugging Start debugging
- stop_debugging Stop debugging
- continue_execution Continue execution
- step_execution Step into next line
- next_execution Step over next line
- get_breakpoints Get breakpoint list
- set_breakpoint Set breakpoint
- delete_breakpoint Delete breakpoint
- get_stack_frames Get stack frame information
- get_local_variables Get local variables
- get_registers Get registers
- read_memory Read memory contents
Links
★ 65 GitHub stars