Hi list, I finally found a good way to use eepitch to control "badly-behaved targets", like Gdb and Slime... it is explained (briefly) here:
http://anggtwu.net/eev-intros/find-eepitch-intro.html#4 (find-eepitch-intro "4. Badly-behaved targets") http://anggtwu.net/eev-current/eepitch.el.html#badly-behaved (find-eev "eepitch.el" "badly-behaved") In short: you can use this as an eepitch block for Gdb, • (eepitch-gdb-kill) •• To restart gdb: • (eepitch-set-source-and-M-x-b 2) • (gdb "gdb -i=mi") • (eepitch-gdb-select) and once you understand well where to type an `M-x b' in the middle part then you can also use this, that is confusing for beginners... • (eepitch-gdb-kill) • (eepitch-gdb-start "gdb -i=mi") • (eepitch-gdb-select) More soon, I hope... Cheers, Eduardo Ochs
