Skip to content

Releases: Cerdore/gdb-cli

v0.1.0

21 Mar 09:53

Choose a tag to compare

GDB CLI for AI v0.1.0

Initial release.

Features

  • Core dump analysis with symbol resident in memory
  • Live attach debugging with non-stop mode support
  • Structured JSON output for all commands
  • Command whitelist security mechanism
  • Heartbeat timeout auto-cleanup
  • Session management with idempotency
  • SSH remote debugging support

Installation

pip install gdb-cli

See README for full documentation.