Ask HN: Why hasn't x86 caught up with Apple M series?
437 points by stephenheron 3d ago 616 comments
Ask HN: Best codebases to study to learn software design?
106 points by pixelworm 5d ago 92 comments
GDB-MCP – A complete, yet lightweight MCP server for GDB
2 jtang613 1 8/29/2025, 4:12:09 PM github.com ↗
Comments (1)
jtang613 · 4h ago
This is a gdbinit-style plugin for gdb that exposes the gdb interface via MCP.
Unlike other implementations, it runs as a native gdb plugin and exposes the entirety of the gdb interface - as opposed to a small subset of commands - to the LLM.