aboutsummaryrefslogtreecommitdiffstats
path: root/tests/smoke.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb-driver: puppeteer live gdb (plain CLI + GEF) over an RPC socketHEADmainRichard Stalin10 days1-0/+232
Embedded gdb-Python plugin exposing a JSONL unix-socket RPC: three tiers of control (raw tmux keys / semantic verbs / structured introspection), real stop-event settling, and gef>-prompt command echoing so the tmux pane stays human-legible. Includes the drive/pane client CLIs, an end-to-end smoke test, and the TUI-driving design blueprint.